diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-09 03:01:35 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-09 03:01:35 +0800 |
commit | 4723f93aa5353506c65efee778f18bb9c281b8a8 (patch) | |
tree | 8212a630cbdff9aa20677fec65815b8d9167549f /archivers/librtfcomp/files | |
parent | c8318b530789ffa3f38f2db07013d5b6a56eed6e (diff) | |
download | freebsd-ports-gnome-4723f93aa5353506c65efee778f18bb9c281b8a8.tar.gz freebsd-ports-gnome-4723f93aa5353506c65efee778f18bb9c281b8a8.tar.zst freebsd-ports-gnome-4723f93aa5353506c65efee778f18bb9c281b8a8.zip |
Convert REINPLACE_CMD to patch file
Diffstat (limited to 'archivers/librtfcomp/files')
-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..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 + + |