aboutsummaryrefslogtreecommitdiff
path: root/audio/rawrec
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-20 10:18:59 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-20 10:18:59 +0000
commitfc738b7ae7609afaa2758768c655517050650e33 (patch)
tree080ece8e966523a1db3ba0dd8a1be34ee0271d98 /audio/rawrec
parentc2245df63c01a0dd71393a8f9cbfbd5610d44f52 (diff)
downloadports-fc738b7ae7609afaa2758768c655517050650e33.tar.gz
ports-fc738b7ae7609afaa2758768c655517050650e33.zip
Fix build on 4.x by USE_GCC= 3.3+
Reported by: krismail Approved by: lawrance (mentor)
Notes
Notes: svn path=/head/; revision=162864
Diffstat (limited to 'audio/rawrec')
-rw-r--r--audio/rawrec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile
index 8e02aa0837d5..ed82cb5d98a2 100644
--- a/audio/rawrec/Makefile
+++ b/audio/rawrec/Makefile
@@ -25,6 +25,7 @@ USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" \
CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}"
+USE_CGG= 3.3+
MAN1= rawrec.1
MLINKS= rawrec.1 rawplay.1