aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3blaster
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-07 04:47:50 +0800
committerkrion <krion@FreeBSD.org>2003-12-07 04:47:50 +0800
commit205267a1fe882656d6844b11973b78cb51417433 (patch)
treeb1f037e91e11eea4f510e8eaa16669cb98cdd119 /audio/mp3blaster
parentba39b2160cdc23724a5e97d8797abee840badef5 (diff)
downloadfreebsd-ports-gnome-205267a1fe882656d6844b11973b78cb51417433.tar.gz
freebsd-ports-gnome-205267a1fe882656d6844b11973b78cb51417433.tar.zst
freebsd-ports-gnome-205267a1fe882656d6844b11973b78cb51417433.zip
- Fix build on 5.x, if devel/libgnugetopt is installed
Submitted by:i Ports Fury
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index d0fc53e3312d..1859cac6a16b 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}"
MAN1= mp3blaster.1 nmixer.1 splay.1
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>