mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
5ec3ec7040
commit
e8e8c02aba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157775
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue