aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvbpsi
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-09 19:00:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-09 19:00:15 +0000
commita5e11f94509f502d286c56b946230f6a364b30a3 (patch)
tree99c4fedd35d610e17acd03ffe334e5de80bc36d7 /multimedia/libdvbpsi
parentd47fd3bfdcbbb23e1c7bc8e37430a92b235d1f9c (diff)
downloadports-a5e11f94509f502d286c56b946230f6a364b30a3.tar.gz
ports-a5e11f94509f502d286c56b946230f6a364b30a3.zip
Fix build with gcc from base, it doesn't undertand -Wno-tautological-constant-out-of-range-compare
and has no flag to disable this warning Phabric: D197 Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=357193
Diffstat (limited to 'multimedia/libdvbpsi')
-rw-r--r--multimedia/libdvbpsi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile
index 0f5d6b845fc4..a94830992e6b 100644
--- a/multimedia/libdvbpsi/Makefile
+++ b/multimedia/libdvbpsi/Makefile
@@ -16,13 +16,16 @@ OPTIONS_DEFINE= DEBUG
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
-CFLAGS= -Wno-tautological-constant-out-of-range-compare
+#CFLAGS= -Wno-tautological-constant-out-of-range-compare
GNU_CONFIGURE= yes
DEBUG_CONFIGURE_ON= --enable-debug
DEBUG_CONFIGURE_OFF= --enable-release
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
+
regression-test:
@(cd ${WRKSRC}/misc && ./test_dr)