1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Re-add CONFLICTS=faad* so that mpeg4ip does not conflict with

audio/faad port when it installs its own libmp4v2 (WITHOUT_MPEG4IP)
library instead of the mpeg4ip's one

PR:		66724
Submitted by:	michael johnson <ahze@ahze.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-07-20 23:57:51 +00:00
parent 24b3b2d538
commit 7f7f264987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114316

View File

@ -91,6 +91,10 @@ post-extract:
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/systems.h)
CONFLICTS= faad*
.endif
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC -DPIC
.endif