aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2008-06-24 11:01:53 +0800
committervs <vs@FreeBSD.org>2008-06-24 11:01:53 +0800
commit819bcb5ac57bffefbe9f2dd7b3078b17eba7c22d (patch)
treeee2197bc20912e877eee51649de643796162e37c /archivers
parent54f417a331c8344f55084a7b83d7955effeff94e (diff)
downloadfreebsd-ports-gnome-819bcb5ac57bffefbe9f2dd7b3078b17eba7c22d.tar.gz
freebsd-ports-gnome-819bcb5ac57bffefbe9f2dd7b3078b17eba7c22d.tar.zst
freebsd-ports-gnome-819bcb5ac57bffefbe9f2dd7b3078b17eba7c22d.zip
Fix build with GCC 3.4
PR: ports/124896 Submitted by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r--archivers/librtfcomp/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/librtfcomp/files/patch-configure b/archivers/librtfcomp/files/patch-configure
new file mode 100644
index 000000000000..ebdfeaa02378
--- /dev/null
+++ b/archivers/librtfcomp/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-06-23 13:28:21.000000000 +1000
++++ configure 2008-06-23 13:28:30.000000000 +1000
+@@ -19265,7 +19265,7 @@
+ 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
+
+