summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-03-02 02:12:06 +0000
committerhubertf <hubertf@pkgsrc.org>2000-03-02 02:12:06 +0000
commit45094ad92d3c5406bbae3994358365cff1bbca46 (patch)
tree6712587168d5f3275053e373a33e56ddb4df60ab /graphics
parent5211ba524a24bc368770c74cbf85ba06d8dc2069 (diff)
downloadpkgsrc-45094ad92d3c5406bbae3994358365cff1bbca46.tar.gz
Fix for i386/ELF by passing -Wl,-E, avoiding the following error initially
reported by Lennart Augusson <lennart@augustsson.net> on tech-pkg: > opus% gimp > Message: Passed serialization test > > /usr/X11R6/lib/gimp/1.1/modules/libcolorsel_gtk.so: Undefined PLT symbol "gim > p_color_selector_register" (reloc type = 7, symnum = 6) > > ** opus% WARNING **: wire_read: unexpected EOF (plug-in crashed?)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-current/Makefile4
-rw-r--r--graphics/gimp/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile
index 531d54c3e33..400427356e1 100644
--- a/graphics/gimp-current/Makefile
+++ b/graphics/gimp-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/02/09 20:20:54 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/03/02 02:12:07 hubertf Exp $
DISTNAME= gimp-1.1.13
CATEGORIES= graphics
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl"
CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -Wl,-E
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-install:
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 345e82d2400..d86aae0bbcf 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2000/02/09 20:20:54 tron Exp $
+# $NetBSD: Makefile,v 1.45 2000/03/02 02:12:06 hubertf Exp $
DISTNAME= gimp-1.0.4
CATEGORIES= graphics
@@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
INFO_FILES= pdb.info
CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -Wl,-E
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-configure: