diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-26 12:01:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-26 12:01:22 +0000 |
commit | 491e887ade12124fdaa0ad0538d03eeeb9143ec2 (patch) | |
tree | 124596ed350ea535ce0b5818530c04e4e33c09b9 /main/xchat/link-gmodule.patch | |
parent | b2637994dcef00cf781d755864c04f0ce6216c6e (diff) | |
download | aports-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.patch | 11 |
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@ |