summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-01 12:51:06 +0000
committerwiz <wiz@pkgsrc.org>2014-05-01 12:51:06 +0000
commit282b30424ec2303dba69ed41c1ce54faecfc023f (patch)
treedbc4fb933a4cca499deb967dd968f045fa85f867 /audio
parent51d9f0052c6b8077a4188a02f0e5af00724a2384 (diff)
downloadpkgsrc-282b30424ec2303dba69ed41c1ce54faecfc023f.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"