summaryrefslogtreecommitdiff
path: root/graphics/gimp-current/patches/patch-ad
diff options
context:
space:
mode:
authortron <tron>2000-03-14 16:52:28 +0000
committertron <tron>2000-03-14 16:52:28 +0000
commit5346b1efd228400065a10cccfe654eb222357a5a (patch)
tree6f0d9e1b9f9a7c18bdafc0bd6164768556afe27e /graphics/gimp-current/patches/patch-ad
parent5878b6143256b3373e1911a0ee336bf2c5924d45 (diff)
downloadpkgsrc-5346b1efd228400065a10cccfe654eb222357a5a.tar.gz
Update "gimp-current" package to version 1.1.18 and disablele "helpbrowser" to
avoid dependence on "gnome-libs" packages. Version 1.1.18 fixes several bugs discovered in release 1.1.13 and invents many new features. The complete change list contains more than 5000 lines and can't be listed here.
Diffstat (limited to 'graphics/gimp-current/patches/patch-ad')
-rw-r--r--graphics/gimp-current/patches/patch-ad13
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/gimp-current/patches/patch-ad b/graphics/gimp-current/patches/patch-ad
index 19306677a63..311e0f328d0 100644
--- a/graphics/gimp-current/patches/patch-ad
+++ b/graphics/gimp-current/patches/patch-ad
@@ -1,20 +1,17 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/11/27 04:08:32 hubertf Exp $
+$NetBSD: patch-ad,v 1.2 2000/03/14 16:52:28 tron Exp $
---- libgimp/Makefile.in.orig Thu Nov 25 21:31:40 1999
-+++ libgimp/Makefile.in Fri Nov 26 16:35:36 1999
-@@ -207,11 +207,14 @@
- gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcompat.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h
+--- libgimp/Makefile.in.orig Sat Mar 4 04:10:43 2000
++++ libgimp/Makefile.in Mon Mar 13 23:57:47 2000
+@@ -209,11 +209,11 @@
+ gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcolorspace.h gimpcompat.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimphelpui.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimppixmap.h gimpquerybox.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpvector.h gimpwidgets.h gimpintl.h parasite.h parasiteF.h parasiteP.h parasiteio.h
-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
-+#HF# No idea which of -version-info and -release to add... guess!
-+#HF#libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libgimp_la_LIBADD = $(GLIB_LIBS) -lm
-libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
-+#HF#libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libgimpui_la_LIBADD = $(GTK_LIBS)