1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix build with GCC 3.4

PR:		ports/124896
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2008-06-24 03:01:53 +00:00
parent d87776ad05
commit 5d98d82dbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215659

View File

@ -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