aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/librtfcomp/Makefile6
-rw-r--r--archivers/librtfcomp/files/patch-configure11
2 files changed, 13 insertions, 4 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile
index 9b0c06c6eba1..44b534a6a8ba 100644
--- a/archivers/librtfcomp/Makefile
+++ b/archivers/librtfcomp/Makefile
@@ -13,13 +13,11 @@ COMMENT= Library for handling compressed RTF documents
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENCE
+USES= libtool
+
CONFIGURE_ARGS= --disable-python-bindings
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= libtool
-
-post-patch:
- @${REINPLACE_CMD} -e '/VISIBILITY=/ s| -fvisibility=hidden||' ${WRKSRC}/configure
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tests/fromrtf ${STAGEDIR}${PREFIX}/bin/fromrtf
diff --git a/archivers/librtfcomp/files/patch-configure b/archivers/librtfcomp/files/patch-configure
new file mode 100644
index 000000000000..9f599800b5c9
--- /dev/null
+++ b/archivers/librtfcomp/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2013-07-25 13:05:57 UTC
++++ configure
+@@ -11253,7 +11253,7 @@ fi
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ if test x"$have_gccvisibility" = x"yes"; then
+- VISIBILITY="-DHAVE_GCCVISIBILITY -fvisibility=hidden"
++ VISIBILITY="-DHAVE_GCCVISIBILITY"
+ fi
+
+