summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoragc <agc>2000-07-20 08:25:42 +0000
committeragc <agc>2000-07-20 08:25:42 +0000
commit85b8ad315e2f16bf01f4a4ebade8e09081981a36 (patch)
tree8d2d2dc199350ae89f39e640daf66d8e7ce37869 /audio
parent20f67c62d17e6aecad4c6e542bd33a908c8a6f6b (diff)
downloadpkgsrc-85b8ad315e2f16bf01f4a4ebade8e09081981a36.tar.gz
Specify qt1 directory properly to configure
Diffstat (limited to 'audio')
-rw-r--r--audio/xsidplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile
index 702238087d1..d0093b3a7d4 100644
--- a/audio/xsidplay/Makefile
+++ b/audio/xsidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/07/15 20:39:15 agc Exp $
+# $NetBSD: Makefile,v 1.14 2000/07/20 08:25:42 agc Exp $
#
DISTNAME= xsidplay-1_3_9
@@ -21,7 +21,7 @@ USE_GMAKE= yes
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS+= --with-sidplay-includes=${LOCALBASE}/include \
--with-sidplay-library=${LOCALBASE}/lib \
- --with-qt-dir=${QT1DIR}/qt1/lib
+ --with-qt-dir=${QT1DIR}/qt1
LDFLAGS+= -Wl,-R${QT1DIR}/qt1/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"