summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>1999-07-07 21:57:31 +0000
committertron <tron>1999-07-07 21:57:31 +0000
commit0bf33010b4412e99b88e6eb5960540d34fda1c3c (patch)
tree2257d2b02d9c110279b06e37ee713ba3a5dde125 /graphics
parent32bcaee2502373bf9a515834f75d5c4149a0aab9 (diff)
downloadpkgsrc-0bf33010b4412e99b88e6eb5960540d34fda1c3c.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/Makefile4
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"