diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-14 15:21:08 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-14 15:21:08 +0000 |
commit | fc77c665b13d88abc3c4fbecfab6b4279dcec2b0 (patch) | |
tree | e4664293225e91c1963c377b45d790aa831b3406 /chinese/pcmanx | |
parent | 2ab9c927648baa68a4e02dd29386104e91d9cc62 (diff) | |
download | FreeBSD-ports-fc77c665b13d88abc3c4fbecfab6b4279dcec2b0.zip FreeBSD-ports-fc77c665b13d88abc3c4fbecfab6b4279dcec2b0.tar.gz |
- fix bug of LIBTOOL_EXPORT_OPTIONS
PR: 91785
Submitted by: chinsan (maintainer)
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/files/patch-src-core-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/pcmanx/files/patch-src-core-Makefile.in b/chinese/pcmanx/files/patch-src-core-Makefile.in new file mode 100644 index 0000000..b6f119b --- /dev/null +++ b/chinese/pcmanx/files/patch-src-core-Makefile.in @@ -0,0 +1,11 @@ +--- src/core/Makefile.in.orig Mon Oct 10 00:03:44 2005 ++++ src/core/Makefile.in Sat Jan 14 23:13:58 2006 +@@ -253,7 +253,7 @@ + libpcmanx_core_la_LIBADD = $(GUI_LIBS) + libpcmanx_core_la_LDFLAGS = \ + -export-dynamic \ +- @LIBTOOL_EXPORT_OPTIONS@ \ ++ -export-symbols-regex "^[[^_]].*" \ + -rpath $(libdir) + + libpcmanx_core_la_SOURCES = \ |