diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-07-18 21:15:39 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-07-18 21:15:39 +0000 |
commit | 0f8f604fbcdf919e766dbdb444b666f3779224a1 (patch) | |
tree | c05952ace59f1449b7e8c77cb5ed22def0eb6250 /net-irc/xchat-xsys/files | |
parent | version bump (diff) | |
download | gentoo-2-0f8f604fbcdf919e766dbdb444b666f3779224a1.tar.gz gentoo-2-0f8f604fbcdf919e766dbdb444b666f3779224a1.tar.bz2 gentoo-2-0f8f604fbcdf919e766dbdb444b666f3779224a1.zip |
Allow XMMS interface to compile, closes bug #99460. Patch by Morten Cools.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/xchat-xsys/files')
-rw-r--r-- | net-irc/xchat-xsys/files/2.0.7-glib_version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-irc/xchat-xsys/files/2.0.7-glib_version.patch b/net-irc/xchat-xsys/files/2.0.7-glib_version.patch new file mode 100644 index 000000000000..f4c226e0d72e --- /dev/null +++ b/net-irc/xchat-xsys/files/2.0.7-glib_version.patch @@ -0,0 +1,11 @@ +--- xsys-2.0.7-old/Makefile 2005-07-17 20:13:33.000000000 +0200 ++++ xsys-2.0.7/Makefile 2005-07-18 22:13:14.000000000 +0200 +@@ -11,7 +11,7 @@ + CC = gcc + CFLAGS += -O2 -Wall -fPIC + # FOR BMP # CFLAGS += -I/usr/include/beep-media-player -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DUSE_BMP +-# FOR XMMS # CFLAGS += -I/usr/include/xmms -I/usr/include/glib-1.2 -I/usr/lib/glib-1.2/include -DUSE_XMMS ++# FOR XMMS # CFLAGS += -I/usr/include/xmms -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DUSE_XMMS + CFLAGS += -DVER_MINOR=$(VER_MINOR) -DVER_MAJOR=$(VER_MAJOR) -DVER_PATCH=$(VER_PATCH) \ + -DVER_STRING=\"$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)\" -DPCIIDS=\"$(PCIIDS)\" $(BUTTON) + LDFLAGS = $(CFLAGS) -shared |