diff options
author | hubertf <hubertf> | 2000-03-02 02:12:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-03-02 02:12:06 +0000 |
commit | 6d7c8c76ce6457a539b24671ae10a86ff0c043fe (patch) | |
tree | 6712587168d5f3275053e373a33e56ddb4df60ab /graphics/gimp | |
parent | 4428b1dad03bac3298e4e47b9880052fe02f76d2 (diff) | |
download | pkgsrc-6d7c8c76ce6457a539b24671ae10a86ff0c043fe.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')
-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: |