diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-09-01 18:06:26 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-09-01 18:06:26 +0000 |
commit | 98397c1dfb23b2264114c8fe19f1d90ff073bb65 (patch) | |
tree | 959e01bdd346614ae9dd7e25c9133b7c6da4364b /net/gaim-snapshot | |
parent | 300a6d96728df374f97da2029014c7d55ae358fb (diff) | |
download | ports-98397c1dfb23b2264114c8fe19f1d90ff073bb65.tar.gz ports-98397c1dfb23b2264114c8fe19f1d90ff073bb65.zip |
Notes
Diffstat (limited to 'net/gaim-snapshot')
-rw-r--r-- | net/gaim-snapshot/Makefile | 2 | ||||
-rw-r--r-- | net/gaim-snapshot/files/patch-aim.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index e23fe4bc0c0e..84c970b0df46 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/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/gaim-snapshot/files/patch-aim.c b/net/gaim-snapshot/files/patch-aim.c new file mode 100644 index 000000000000..71b1110a00fe --- /dev/null +++ b/net/gaim-snapshot/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 }; + |