diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-02 02:12:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-02 02:12:06 +0000 |
commit | 45094ad92d3c5406bbae3994358365cff1bbca46 (patch) | |
tree | 6712587168d5f3275053e373a33e56ddb4df60ab /graphics/gimp/Makefile | |
parent | 5211ba524a24bc368770c74cbf85ba06d8dc2069 (diff) | |
download | pkgsrc-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/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |