aboutsummaryrefslogtreecommitdiff
path: root/audio/id3v2
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-29 06:47:50 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-29 06:47:50 +0000
commit86e46c55f63c89a9f97a43b580a76ba2ef1288e0 (patch)
tree70a10f89ce5002d92040236ff6f9e67809fd0889 /audio/id3v2
parentc78ef63727f86677e407dbf0a87a540333b2a3cb (diff)
downloadports-86e46c55f63c89a9f97a43b580a76ba2ef1288e0.tar.gz
ports-86e46c55f63c89a9f97a43b580a76ba2ef1288e0.zip
Notes
Diffstat (limited to 'audio/id3v2')
-rw-r--r--audio/id3v2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index 9ee61e5d5e15..bd0ea7df7621 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -18,7 +18,7 @@ COMMENT= Command line id3v2 tag editor
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
USE_GETOPT_LONG=yes
-CPPFLAGS= -I${LOCALBASE}/include
+CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1
LDFLAGS= -L${LOCALBASE}/lib
CFLAGS+= ${CPPFLAGS}
MAKE_ENV= LDFLAGS="${LDFLAGS}"