diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-05 20:27:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-05 20:27:29 +0000 |
commit | 99bfee6a24e065c9f9b3eee09c7fe760508dd73d (patch) | |
tree | a3faa28aeab4d22828407147a8259f9ba3d1a622 /irc/xchat/files | |
parent | - Do not include bsd.port.pre.mk twice (diff) |
Fix build with gcc from ports. [1]
While here use USES=libtool, strip installed small update regarding LDFLAGS
PR: 178896 [1]
Submitted by: kvedulv@kvedulv.de
Patch by: avg@ [1]
Notes
Notes:
svn path=/head/; revision=356700
Diffstat (limited to 'irc/xchat/files')
-rw-r--r-- | irc/xchat/files/patch-src_version-script | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/xchat/files/patch-src_version-script b/irc/xchat/files/patch-src_version-script new file mode 100644 index 000000000000..11fb9c9481ae --- /dev/null +++ b/irc/xchat/files/patch-src_version-script @@ -0,0 +1,10 @@ +--- src/version-script.orig 2009-08-16 11:40:18.000000000 +0200 ++++ src/version-script 2014-06-05 22:18:13.000000000 +0200 +@@ -30,5 +30,7 @@ + xchat_send_modes; + xchat_strip; + xchat_free; ++ __progname; ++ environ; + local: *; + }; |