aboutsummaryrefslogtreecommitdiffstats
path: root/community/xchat/link-gmodule.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 07:46:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:34 +0000
commitea65d6046e138275012814e4490478ba64526279 (patch)
tree4fcfb64feb776b6e553095a5a4af32e503661eb6 /community/xchat/link-gmodule.patch
parentcc3fa43f44f2f6e9431fb2e5996f72e81b0e6d0a (diff)
downloadaports-ea65d6046e138275012814e4490478ba64526279.tar.bz2
aports-ea65d6046e138275012814e4490478ba64526279.tar.xz
community/xchat: move from main
Diffstat (limited to 'community/xchat/link-gmodule.patch')
-rw-r--r--community/xchat/link-gmodule.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/xchat/link-gmodule.patch b/community/xchat/link-gmodule.patch
new file mode 100644
index 0000000000..fbc1a50060
--- /dev/null
+++ b/community/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@