summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-01 12:51:06 +0000
committerwiz <wiz>2014-05-01 12:51:06 +0000
commitb22abbc7031a0e7f975f2efefc0a311d40fd54be (patch)
treea02db72ba113b05bca2fe11b17b2064673c8f6f1 /audio
parentb98704fad36d5ac07f196b3e4f14e73ea8afcd1c (diff)
downloadpkgsrc-b22abbc7031a0e7f975f2efefc0a311d40fd54be.tar.gz
Remove hack that only worked when building as root.
Diffstat (limited to 'audio')
-rw-r--r--audio/kid3/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile
index 4113e84bf72..0fe19bc1a3d 100644
--- a/audio/kid3/Makefile
+++ b/audio/kid3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2014/04/30 12:43:46 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2014/05/01 12:51:06 wiz Exp $
DISTNAME= kid3-3.1
CATEGORIES= kde audio
@@ -24,14 +24,6 @@ CMAKE_ARGS+= -DWITH_MANDIR:STRING=${PKGMANDIR}
CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:PATH=${PREFIX}/lib/kid3
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/kid3
-# workaround: qt5-dbus does not install these tools, but
-# CMake expects them to be there, since they are referenced from
-# qt5-installed .cmake files
-pre-configure:
- cd ${PREFIX}/qt5/bin && \
- if [ ! -f qdbuscpp2xml ]; then touch qdbuscpp2xml; fi; \
- if [ ! -f qdbusxml2cpp ]; then touch qdbusxml2cpp; fi;
-
.include "../../audio/chromaprint/buildlink3.mk"
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"