mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Respect CFLAGS
This commit is contained in:
parent
f636a19f37
commit
fcc358cf16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123878
@ -47,7 +47,7 @@ post-patch:
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${CC} -DPACKAGE=\"${PORTNAME}\" -DVERSION=\"${PORTVERSION}\" \
|
||||
${CC} ${CFLAGS} -DPACKAGE=\"${PORTNAME}\" -DVERSION=\"${PORTVERSION}\" \
|
||||
-DHAVE_LIBDVDREAD=1 -I. -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
||||
-ldvdread lsdvd.c -o lsdvd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user