diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-19 02:02:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-19 02:02:24 +0800 |
commit | acf799f14f989586a39f8c90139cf512ec2d6999 (patch) | |
tree | 2b9a663fcefc64d1ed0bc6f9f2246488d78e8786 /multimedia | |
parent | f6c457d7b6afb2b7ff52778a050e67eedc5a9a34 (diff) | |
download | marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar.gz marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar.bz2 marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar.lz marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar.xz marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.tar.zst marcuscom-ports-acf799f14f989586a39f8c90139cf512ec2d6999.zip |
Fix previous commit so that the CFLAGS substituion is done during pre-build
when the Makefiles have already been generated.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3263 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 61810b086..1fd2acb59 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -131,6 +131,8 @@ post-patch: # tell configure where the musepack includes live @${REINPLACE_CMD} -e 's|/usr/include/musepack|${LOCALBASE}/include/musepack|g' \ ${WRKSRC}/configure + +pre-build: # This port cannot be CFLAGS safe, when using p4 optimizations # because it breaks the mod plugin @${REINPLACE_CMD} -E \ diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 61810b086..1fd2acb59 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -131,6 +131,8 @@ post-patch: # tell configure where the musepack includes live @${REINPLACE_CMD} -e 's|/usr/include/musepack|${LOCALBASE}/include/musepack|g' \ ${WRKSRC}/configure + +pre-build: # This port cannot be CFLAGS safe, when using p4 optimizations # because it breaks the mod plugin @${REINPLACE_CMD} -E \ |