aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2001-09-02 02:06:26 +0800
committerjim <jim@FreeBSD.org>2001-09-02 02:06:26 +0800
commit7ce0bfa566f434177c871d2fa757e6ffab7759cc (patch)
tree8920d26ee66707b1f9a6d87d5df12a946559be2e /net-im
parentaccafde71b05d22b888ecd48ee72686f951658b6 (diff)
downloadfreebsd-ports-gnome-7ce0bfa566f434177c871d2fa757e6ffab7759cc.tar.gz
freebsd-ports-gnome-7ce0bfa566f434177c871d2fa757e6ffab7759cc.tar.zst
freebsd-ports-gnome-7ce0bfa566f434177c871d2fa757e6ffab7759cc.zip
Fix the build if compiled with GNOME support.
Submitted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile2
-rw-r--r--net-im/gaim/files/patch-aim.c12
2 files changed, 13 insertions, 1 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index e23fe4bc0c0e..84c970b0df46 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gaim
PORTVERSION= 0.11.0p15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
${MASTER_SITE_SOURCEFORGE}
diff --git a/net-im/gaim/files/patch-aim.c b/net-im/gaim/files/patch-aim.c
new file mode 100644
index 000000000000..71b1110a00fe
--- /dev/null
+++ b/net-im/gaim/files/patch-aim.c
@@ -0,0 +1,12 @@
+--- src/aim.c.orig Fri Aug 31 20:15:17 2001
++++ src/aim.c Fri Aug 31 20:15:39 2001
+@@ -54,9 +54,7 @@
+ #include "locale.h"
+ #include "gtkticker.h"
+ #include "gtkspell.h"
+-#ifndef USE_APPLET
+ #include <getopt.h>
+-#endif
+
+ static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
+