summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-12 16:40:00 +0000
committerrillig <rillig@pkgsrc.org>2020-05-12 16:40:00 +0000
commit930962ccddbb7d21b3bd040b8a3fae8a3b1c3890 (patch)
tree3d2e8070ec7626035c079be742f5b4fa9ffa67c3 /multimedia
parenta3e861a45f78689dceedbf8f23cb4d5cf03a4316 (diff)
downloadpkgsrc-930962ccddbb7d21b3bd040b8a3fae8a3b1c3890.tar.gz
multimedia/handbrake: remove outdated SUBST block
There is no "hb.h" anymore in the source code.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/handbrake/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index 2bdb4803811..f0a780d88a7 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/03/10 22:10:39 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/05/12 16:40:00 rillig Exp $
#
DISTNAME= HandBrake-1.3.1-source
@@ -58,16 +58,6 @@ BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake
BUILD_DEPENDS+= nasm>=2.05.01:../../devel/nasm
#BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
-# harfbuzz, which is now separate from pango, installs a header file
-# called hb.h, and the include path plopped out by autocrap causes it
-# to be included instead of handbrake's own hb.h. Hack around it by
-# changing the include name to point specifically at the right hb.h.
-SUBST_CLASSES+= inchack
-SUBST_STAGE.inchack= pre-configure
-SUBST_FILES.inchack= gtk/src/*.[ch]
-SUBST_SED.inchack= -e "/^.include \"hb\.h\"/s,hb,../../libhb/hb,"
-SUBST_MESSAGE.inchack= Working around harfbuzz header conflict.
-
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)