summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordrochner <drochner>2002-08-29 16:11:22 +0000
committerdrochner <drochner>2002-08-29 16:11:22 +0000
commite93059e441e71e612f7be1fb486e6dbc09945f01 (patch)
treea6974005918dca3f82a8ff12bf8ef79a2a635678 /textproc
parent6e1114b2fa65961423686651f6b16024cc1e5180 (diff)
downloadpkgsrc-e93059e441e71e612f7be1fb486e6dbc09945f01.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