summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2012-04-02 10:23:48 +0000
committermarkd <markd>2012-04-02 10:23:48 +0000
commit5d6f3a33b6eaa39dd59b517618da2ac46f0228c3 (patch)
tree4f299be6ff4937d11d0595d1af5e2a31a588c4b6 /x11
parent931567fce59712ba92bb449791653ddf647a0ed5 (diff)
downloadpkgsrc-5d6f3a33b6eaa39dd59b517618da2ac46f0228c3.tar.gz
fix mkspecs/default link to point to correct directory rather than
assuming netbsd-g++
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs4/hacks.mk b/x11/kdelibs4/hacks.mk
index ea672994fdd..2d68afd87e7 100644
--- a/x11/kdelibs4/hacks.mk
+++ b/x11/kdelibs4/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2012/03/19 11:28:48 markd Exp $
+# $NetBSD: hacks.mk,v 1.2 2012/04/02 10:23:48 markd Exp $
.if ${OPSYS} == "NetBSD"
post-configure:
@@ -7,4 +7,4 @@ post-configure:
# fix up buildlinks failure to build link tree correctly
post-wrapper:
- ln -s netbsd-g++ ${BUILDLINK_DIR}/qt4/mkspecs/default
+ ln -s ${BUILDLINK_PREFIX.qt4-libs}/qt4/mkspecs/default ${BUILDLINK_DIR}/qt4/mkspecs/default