diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-07-06 01:27:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-06 01:31:54 -0500 |
commit | fe00278f7438faf0e834edcc602a48f9de8844fa (patch) | |
tree | c585b2537775c1533cfeb52cf4f6b78586f28f41 /libraries/goffice0.8/goffice0.8.SlackBuild | |
parent | 7e6da4d75cf74b24f4674007fe5a557501a525da (diff) |
libraries/goffice0.8: Fixed invalid linking to pcre
Thanks to Larry Hajali for the bug report and fix.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/goffice0.8/goffice0.8.SlackBuild')
-rw-r--r-- | libraries/goffice0.8/goffice0.8.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libraries/goffice0.8/goffice0.8.SlackBuild b/libraries/goffice0.8/goffice0.8.SlackBuild index 395d303a0220c..8aeddf47e07cf 100644 --- a/libraries/goffice0.8/goffice0.8.SlackBuild +++ b/libraries/goffice0.8/goffice0.8.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=goffice0.8 VERSION=${VERSION:-0.8.17} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=goffice @@ -73,6 +73,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# https://bugzilla.gnome.org/show_bug.cgi?id=670316 +patch -p1 < $CWD/disable-linking-pcre.patch + +autoreconf -ivf + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |