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:
parent
d87776ad05
commit
5d98d82dbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215659
11
archivers/librtfcomp/files/patch-configure
Normal file
11
archivers/librtfcomp/files/patch-configure
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user