aboutsummaryrefslogtreecommitdiffstats
path: root/main/xchat/link-gmodule.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-26 12:01:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-26 12:01:22 +0000
commit491e887ade12124fdaa0ad0538d03eeeb9143ec2 (patch)
tree124596ed350ea535ce0b5818530c04e4e33c09b9 /main/xchat/link-gmodule.patch
parentb2637994dcef00cf781d755864c04f0ce6216c6e (diff)
downloadaports-491e887ade12124fdaa0ad0538d03eeeb9143ec2.tar.bz2
aports-491e887ade12124fdaa0ad0538d03eeeb9143ec2.tar.xz
main/xchat: fixes for glib-2.32
Diffstat (limited to 'main/xchat/link-gmodule.patch')
-rw-r--r--main/xchat/link-gmodule.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xchat/link-gmodule.patch b/main/xchat/link-gmodule.patch
new file mode 100644
index 0000000000..fbc1a50060
--- /dev/null
+++ b/main/xchat/link-gmodule.patch
@@ -0,0 +1,11 @@
+--- ./src/fe-gtk/Makefile.in.orig
++++ ./src/fe-gtk/Makefile.in
+@@ -150,7 +150,7 @@
+ GTK_CFLAGS = @GTK_CFLAGS@
+ GTK_LIBS = @GTK_LIBS@
+ GUI_CFLAGS = @GUI_CFLAGS@
+-GUI_LIBS = @GUI_LIBS@
++GUI_LIBS = @GUI_LIBS@ -lgmodule-2.0
+ HAVE_ASPRINTF = @HAVE_ASPRINTF@
+ HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
+ HAVE_SNPRINTF = @HAVE_SNPRINTF@