o Fix build on FreeBSD 4.x branch by requiring USE_GETOPT_LONG

o Furthermore, make the port CC safe

Reported by:	kris
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2006-03-20 19:38:01 +00:00
parent 5ec3ec7040
commit e8e8c02aba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157775

View file

@ -18,8 +18,11 @@ LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
CONFLICTS= lxdvdrip-{{0.,1.[0-3],1.4[0-7]}*
USE_GETOPT_LONG= yes
USE_GMAKE= yes
MAKE_ENV= LDFLAGS="${LDFLAGS}"
MAKE_ENV= \
CC="${CC}" \
LDFLAGS="${LDFLAGS}"
CFLAGS+= -DHAVE_BUILTIN_EXPECT \
-I${LOCALBASE}/include \