1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Respect CFLAGS

This commit is contained in:
Michael Johnson 2004-12-13 02:24:51 +00:00
parent f636a19f37
commit fcc358cf16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123878

View File

@ -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