diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-13 02:24:51 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-13 02:24:51 +0000 |
commit | fcc358cf16809ec2edf351743772bcc8c873daf8 (patch) | |
tree | 431290754112009ab3cf863675828e10ce93d16f /multimedia | |
parent | - Fix lsdvd so it can print a DVD-title (diff) |
Respect CFLAGS
Notes
Notes:
svn path=/head/; revision=123878
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 |