diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-20 18:18:59 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-20 18:18:59 +0800 |
commit | 6945bc9b8f557aff1d68f1f70ddda6c23c4ac4e2 (patch) | |
tree | 69ed2a19a5325eb55570805c1bc343414d4582c4 /audio | |
parent | 688383d379822af56c3ba24479382a8c266a6ead (diff) | |
download | freebsd-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/Makefile | 1 |
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 |