diff options
author | hubertf <hubertf> | 2000-09-26 01:31:12 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-26 01:31:12 +0000 |
commit | 332cd17729178fe6a79a2f42faf383f7fb4a8eaf (patch) | |
tree | 61d1be0e51c884cb4bd3dd87c9b973697380f751 /graphics | |
parent | 66efee4d634bfe0ecb3e1ec2de87b7fe3977d41d (diff) | |
download | pkgsrc-332cd17729178fe6a79a2f42faf383f7fb4a8eaf.tar.gz |
elf lib fix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 2b65998ef94..698f91f0b76 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/07/27 08:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2000/09/26 01:31:12 hubertf Exp $ DISTNAME= magicpoint-1.07a CATEGORIES= x11 graphics @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_IMAKE= yes CONFIGURE_ARGS= --disable-vflib --enable-freetype-charset16 \ --enable-locale -CONFIGURE_ENV+= LIBS="-lintl" # needed so -lttf works +CONFIGURE_ENV+= LIBS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lintl" # needed so -lttf works # We need to perform the steps normally done by ``xmkmf -a'' since some # files need to be created before ``make depend''. |