aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-13 10:24:51 +0800
committerahze <ahze@FreeBSD.org>2004-12-13 10:24:51 +0800
commit84cbcc5f3b6264caf5259f5643a9625f4b112e9f (patch)
tree894aa049d9b8250efec446a80941a8005b0c9f7b /multimedia
parentfddb6b17863cc9c49152384d306fb7284d63fd81 (diff)
downloadfreebsd-ports-gnome-84cbcc5f3b6264caf5259f5643a9625f4b112e9f.tar.gz
freebsd-ports-gnome-84cbcc5f3b6264caf5259f5643a9625f4b112e9f.tar.zst
freebsd-ports-gnome-84cbcc5f3b6264caf5259f5643a9625f4b112e9f.zip
Respect CFLAGS
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/lsdvd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile
index d94778e21555..4a164d67e63e 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