aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-20 18:18:59 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-20 18:18:59 +0800
commit6945bc9b8f557aff1d68f1f70ddda6c23c4ac4e2 (patch)
tree69ed2a19a5325eb55570805c1bc343414d4582c4 /audio
parent688383d379822af56c3ba24479382a8c266a6ead (diff)
downloadfreebsd-ports-gnome-6945bc9b8f557aff1d68f1f70ddda6c23c4ac4e2.tar.gz
freebsd-ports-gnome-6945bc9b8f557aff1d68f1f70ddda6c23c4ac4e2.tar.zst
freebsd-ports-gnome-6945bc9b8f557aff1d68f1f70ddda6c23c4ac4e2.zip
Fix build on 4.x by USE_GCC= 3.3+
Reported by: krismail Approved by: lawrance (mentor)
Diffstat (limited to 'audio')
-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