summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-24 06:53:41 +0000
committertron <tron@pkgsrc.org>1999-04-24 06:53:41 +0000
commit62b626c87a578ac73fa7c882a116596b3006b487 (patch)
tree8073d9bbd054a56c90a699084541b27a83d81c82 /graphics/kdegraphics
parente0887247e84406bb8aec6876a5174c793597f9d8 (diff)
downloadpkgsrc-62b626c87a578ac73fa7c882a116596b3006b487.tar.gz
Fix run time library search path.
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r--graphics/kdegraphics/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index 4ef992c8936..1413a1607b0 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1999/03/23 19:13:00 tron Exp $
+# $NetBSD: Makefile,v 1.17 1999/04/24 06:53:41 tron Exp $
#
DISTNAME= kdegraphics-1.1
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${PREFIX} \
CXXFLAGS="${CFLAGS}" \
- all_libraries="-L${LOCALBASE}/lib" \
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \