summaryrefslogtreecommitdiff
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
parentUpdate to 0.5.1. (diff)
fix audio/id3v2: gcc 3.3 compile trouble
PR: 54966 Submitted by: Barney Wolff <barney@databus.com>
Notes
Notes: svn path=/head/; revision=85827
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}"