pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/handbrake



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 10 00:28:29 UTC 2017

Modified Files:
        pkgsrc/multimedia/handbrake: Makefile

Log Message:
Requires -fheinous-gnu-extensions with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/handbrake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/handbrake/Makefile
diff -u pkgsrc/multimedia/handbrake/Makefile:1.42 pkgsrc/multimedia/handbrake/Makefile:1.43
--- pkgsrc/multimedia/handbrake/Makefile:1.42   Sun Feb 12 06:25:47 2017
+++ pkgsrc/multimedia/handbrake/Makefile        Sun Sep 10 00:28:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/02/12 06:25:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2017/09/10 00:28:28 dholland Exp $
 #
 
 DISTNAME=      HandBrake-0.9.3
@@ -67,6 +67,12 @@ 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)
+CFLAGS+=       -fheinous-gnu-extensions
+.endif
+
 post-extract:
        cp ${FILESDIR}/patch-ffmpeg-nodocs.patch \
            ${WRKSRC}/contrib/



Home | Main Index | Thread Index | Old Index