mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Don't discard CFLAGS for WITH_DIVX5 knob
PR: ports/79826 (based on) Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu> Approved by: maintainer timeout (15 days)
This commit is contained in:
parent
f03e7d9643
commit
40b78f6951
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134591
@ -261,7 +261,8 @@ PLIST_SUB+= WITH_LZO="@comment "
|
||||
|
||||
.if defined(WITH_DIVX5)
|
||||
BUILD_DEPENDS+= ${LINUXBASE}/usr/lib/libdivxdecore.so:${PORTSDIR}/multimedia/linux-divx4linux
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LINUXBASE}/usr/include/divx" CPPFLAGS="-I${LINUXBASE}/usr/include/divx"
|
||||
CFLAGS+= -I${LINUXBASE}/usr/include/divx
|
||||
CPPFLAGS+= -I${LINUXBASE}/usr/include/divx
|
||||
.else
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user