diff options
author | pav <pav@FreeBSD.org> | 2007-12-22 06:26:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-22 06:26:23 +0800 |
commit | 68470796a15acdb902d5558aa60dda4969024a63 (patch) | |
tree | 7f3211a777bef380b8dcb803203cea29375e2ac7 /multimedia | |
parent | 582b704e66a905ab64bf450491463f9278d14b6a (diff) | |
download | freebsd-ports-gnome-68470796a15acdb902d5558aa60dda4969024a63.tar.gz freebsd-ports-gnome-68470796a15acdb902d5558aa60dda4969024a63.tar.zst freebsd-ports-gnome-68470796a15acdb902d5558aa60dda4969024a63.zip |
- Attempt to fix build on FreeBSD 7.x
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index 16fa13fe9152..16b811d88a9b 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -39,5 +39,6 @@ post-patch: ${WRKSRC}/codecs/video/mpeg3/mmx.h @${REINPLACE_CMD} -e '42,44s|^static ||' \ ${WRKSRC}/codecs/video/mpeg3/slice.c + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig .include <bsd.port.post.mk> |