summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-08-29 16:11:22 +0000
committerdrochner <drochner@pkgsrc.org>2002-08-29 16:11:22 +0000
commit714c02c9610dd82b9ef03e18213ea53fdadca18f (patch)
treea6974005918dca3f82a8ff12bf8ef79a2a635678 /textproc
parent6bb7abc5ecaaa3d8e7cb3d47ca178890b0407297 (diff)
downloadpkgsrc-714c02c9610dd82b9ef03e18213ea53fdadca18f.tar.gz
re-add LDFLAGS which got lost in last commit
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pyxml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile
index 61593d2f60a..2cea4394884 100644
--- a/textproc/pyxml/Makefile
+++ b/textproc/pyxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/20 12:54:21 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2002/08/29 16:11:22 drochner Exp $
#
DISTNAME= PyXML-0.8
@@ -16,6 +16,7 @@ USE_BUILDLINK_ONLY= yes
PYDISTUTILSPKG= yes
PYBINMODULE= yes
PYSETUPBUILDARGS+= --with-libexpat=${BUILDLINK_DIR}
+PYSETUPBUILDARGS+= --ldflags=-Wl,-R${BUILDLINK_PREFIX.expat}/lib
PYXML_SCRIPTS= scripts/xmlproc_parse \
scripts/xmlproc_val