diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-31 06:42:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-31 06:42:23 +0800 |
commit | b40eb044f87247fd1fba0e669e27b023abc75104 (patch) | |
tree | 083120aa9d10b6b4eddbb8dd70d998abe647c9aa /graphics/gimpshop/Makefile | |
parent | 107c052b7de2fb3425cee8571dcc3fa5915ba3fd (diff) | |
download | freebsd-ports-gnome-b40eb044f87247fd1fba0e669e27b023abc75104.tar.gz freebsd-ports-gnome-b40eb044f87247fd1fba0e669e27b023abc75104.tar.zst freebsd-ports-gnome-b40eb044f87247fd1fba0e669e27b023abc75104.zip |
Fix a bug where gimp would crash on startup on -CURRENT because a translated
pointer was being free'd accidentally.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@fernuni-hagen.de>
Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'graphics/gimpshop/Makefile')
-rw-r--r-- | graphics/gimpshop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 3f0d7c69d26f..be54deefa3fd 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.3.19 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ |