summaryrefslogtreecommitdiffstats
path: root/multimedia/lsdvd
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-13 02:24:51 +0000
committerahze <ahze@FreeBSD.org>2004-12-13 02:24:51 +0000
commit84cbcc5f3b6264caf5259f5643a9625f4b112e9f (patch)
tree894aa049d9b8250efec446a80941a8005b0c9f7b /multimedia/lsdvd
parentfddb6b17863cc9c49152384d306fb7284d63fd81 (diff)
downloadFreeBSD-ports-84cbcc5f3b6264caf5259f5643a9625f4b112e9f.zip
FreeBSD-ports-84cbcc5f3b6264caf5259f5643a9625f4b112e9f.tar.gz
Respect CFLAGS
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r--multimedia/lsdvd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile
index d94778e..4a164d6 100644
--- a/multimedia/lsdvd/Makefile
+++ b/multimedia/lsdvd/Makefile
@@ -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
OpenPOWER on IntegriCloud