diff options
author | krion <krion@FreeBSD.org> | 2003-12-07 04:47:50 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-07 04:47:50 +0800 |
commit | 205267a1fe882656d6844b11973b78cb51417433 (patch) | |
tree | b1f037e91e11eea4f510e8eaa16669cb98cdd119 /audio/mp3blaster | |
parent | ba39b2160cdc23724a5e97d8797abee840badef5 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |