aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-29 14:47:50 +0800
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-29 14:47:50 +0800
commit86e46c55f63c89a9f97a43b580a76ba2ef1288e0 (patch)
tree70a10f89ce5002d92040236ff6f9e67809fd0889 /audio
parentc78ef63727f86677e407dbf0a87a540333b2a3cb (diff)
downloadfreebsd-ports-gnome-86e46c55f63c89a9f97a43b580a76ba2ef1288e0.tar.gz
freebsd-ports-gnome-86e46c55f63c89a9f97a43b580a76ba2ef1288e0.tar.zst
freebsd-ports-gnome-86e46c55f63c89a9f97a43b580a76ba2ef1288e0.zip
fix audio/id3v2: gcc 3.3 compile trouble
PR: 54966 Submitted by: Barney Wolff <barney@databus.com>
Diffstat (limited to 'audio')
-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}"