diff options
Diffstat (limited to 'graphics/gimp-current/patches/patch-ad')
-rw-r--r-- | graphics/gimp-current/patches/patch-ad | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gimp-current/patches/patch-ad b/graphics/gimp-current/patches/patch-ad new file mode 100644 index 00000000000..19306677a63 --- /dev/null +++ b/graphics/gimp-current/patches/patch-ad @@ -0,0 +1,21 @@ +$NetBSD: patch-ad,v 1.1.1.1 1999/11/27 04:08:32 hubertf 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_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) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |