summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-02 13:33:09 +0000
committerjlam <jlam@pkgsrc.org>2001-08-02 13:33:09 +0000
commit7b4939bd8e690042053f5a886f058fc2c4056fa3 (patch)
treef17c4deec026a781ae2da6c4dfb42f5d113f45bc /graphics/gimp/patches
parentffa2af40b39bba75858f18b711e5a7a1d568eccf (diff)
downloadpkgsrc-7b4939bd8e690042053f5a886f058fc2c4056fa3.tar.gz
* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We now
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}. It's also possible now to build gimp without accidentally pulling in older gimp headers from an installed gimp package. Also allow gnome-libs/buildlink.mk to pull in much of the dependencies. * Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as the gettext headers are found in ${BUILDLINK_DIR}/include which is already passed through in CFLAGS. * Remove GNOME_CONFIG=no from CONFIGURE_ENV. This was a leftover from when there was a separate gimp-helpbrowser package that depended on gnome-libs while the main gimp package only needed GTK+ and graphics libs. Since there is only one consolidated gimp package now, we need the gnome-libs dependency (more specifically, libgtkxhtml.so) to be correctly found for the helpbrowser plugin to be built. * Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support the MPEG library from graphics/mpeg-lib that changed it's name. * Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works across both the ELF and a.out linkers.
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r--graphics/gimp/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
deleted file mode 100644
index 02b980d9a8a..00000000000
--- a/graphics/gimp/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2000/12/26 18:25:33 hubertf Exp $
-
---- modules/Makefile.in.orig Tue Dec 26 14:20:44 2000
-+++ modules/Makefile.in
-@@ -180,7 +180,7 @@
- CPPFLAGS = -DMODULE_COMPILATION
-
-
--INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir)
-+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir) $(INTLDEPS)
-
-
- EXTRA_DIST = makefile.mingw makefile.mingw.in makefile.msc module.def gimpmodregister.c gimpmodregister.h