diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-13 10:24:51 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-13 10:24:51 +0800 |
commit | 84cbcc5f3b6264caf5259f5643a9625f4b112e9f (patch) | |
tree | 894aa049d9b8250efec446a80941a8005b0c9f7b /multimedia | |
parent | fddb6b17863cc9c49152384d306fb7284d63fd81 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |