diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-18 05:30:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-18 05:30:33 +0800 |
commit | 190077e596fb33990eb35ede30424e222698cc2a (patch) | |
tree | 1a593f0e979dcfc8f0ce357f8d39c33c222138db /net/gaim-snapshot/Makefile | |
parent | ea99f77afcc10b7ef60af60662ea260fef7ca5c7 (diff) | |
download | freebsd-ports-gnome-190077e596fb33990eb35ede30424e222698cc2a.tar.gz freebsd-ports-gnome-190077e596fb33990eb35ede30424e222698cc2a.tar.zst freebsd-ports-gnome-190077e596fb33990eb35ede30424e222698cc2a.zip |
Fix a segfault on sign on when no ~/.gtkrc file exists. This has been
filed as gaim bug #624899.
Reported by: Kenneth W Cochran <kwc@TheWorld.com>
David Thiel <lx@redundancy.redundancy.org>
Tested by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 050e635bb70c..9baabaa753d7 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gaim PORTVERSION= 0.59.5 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |