ports/irc/xchat/files/patch-src_version-script
Koop Mast 99bfee6a24 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]
2014-06-05 20:27:29 +00:00

10 lines
236 B
Text

--- 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: *;
};