diff options
author | Volker Stolz <vs@FreeBSD.org> | 2008-06-24 03:01:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2008-06-24 03:01:53 +0000 |
commit | 5d98d82dbf5fd7afd494b661974970f157f51841 (patch) | |
tree | 52bd17d852bbe40131f621478975716f6e84362b /archivers/librtfcomp | |
parent | d87776ad05827af6382128bb43d49a62a11af392 (diff) |
Notes
Diffstat (limited to 'archivers/librtfcomp')
-rw-r--r-- | archivers/librtfcomp/files/patch-configure | 11 |
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 + + |