summaryrefslogtreecommitdiff
path: root/graphics/mencoder
diff options
context:
space:
mode:
authorfredb <fredb>2003-01-20 22:42:39 +0000
committerfredb <fredb>2003-01-20 22:42:39 +0000
commitab80fbe0d879d7e3b2e719226205084591b519f8 (patch)
treec7b459ec762eb1fdb65a85f4b2cdc45414e2870e /graphics/mencoder
parentf428c2b3ca475a021b1c4d6fe2879e7cea14f544 (diff)
downloadpkgsrc-ab80fbe0d879d7e3b2e719226205084591b519f8.tar.gz
The ${CFLAGS} fix-up in Makefile.cflags must come after everything, even
bsd.pkg.mk, to completely master all CFLAGS settings. This fixes the build in the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION=NO case (PR pkg/19946). This isn't the only way this package wantonly disregards buildlink's rule. In any case, binary packages are still problematic, even with the runtime detection, as one of the dependencies (audio/faad2) may not be distributed as a binary.
Diffstat (limited to 'graphics/mencoder')
-rw-r--r--graphics/mencoder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile
index 27833d01c3f..d6888785e57 100644
--- a/graphics/mencoder/Makefile
+++ b/graphics/mencoder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/01/20 07:10:43 fredb Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/20 22:42:40 fredb Exp $
.include "../../graphics/mplayer-share/Makefile.common"
@@ -19,5 +19,5 @@ do-install:
.include "../../audio/lame/buildlink2.mk"
-.include "../../graphics/mplayer-share/Makefile.cflags"
.include "../../mk/bsd.pkg.mk"
+.include "../../graphics/mplayer-share/Makefile.cflags"