diff options
author | tron <tron@pkgsrc.org> | 1999-07-07 21:57:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-07 21:57:31 +0000 |
commit | 8b4190e9eb0506eb9dbff3ee70c60ad0631c9157 (patch) | |
tree | 2257d2b02d9c110279b06e37ee713ba3a5dde125 /graphics | |
parent | 38a134662778a45aa3ef047080d8b5f82c66c8f5 (diff) | |
download | pkgsrc-8b4190e9eb0506eb9dbff3ee70c60ad0631c9157.tar.gz |
Fix detection of TIFF and PNG library to avoid link failures on
ELF systems.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index e7ee2277399..bdfdab205e5 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/06/05 17:27:55 tron Exp $ +# $NetBSD: Makefile,v 1.21 1999/07/07 21:57:31 tron Exp $ # DISTNAME= kdegraphics-1.1.1 @@ -20,7 +20,7 @@ CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE} "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ "--with-qt-includes=${PREFIX}/include/qt" -CFLAGS+= -I${LOCALBASE}/include/giflib +CFLAGS+= -I${LOCALBASE}/include/giflib -I${LOCALBASE}/include CONFIGURE_ENV= KDEDIR=${PREFIX} \ CXXFLAGS="${CFLAGS}" \ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib" |