diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-08 15:11:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-08 15:11:25 +0800 |
commit | 450c942730f0c0be0161a96d1ec53ed2d7fe6f46 (patch) | |
tree | 7debd0388c712741656553be948a9b1028e6efe4 | |
parent | 04f9f93a7b6da5b30785b304a5635a77e735c0d5 (diff) | |
download | freebsd-ports-gnome-450c942730f0c0be0161a96d1ec53ed2d7fe6f46.tar.gz freebsd-ports-gnome-450c942730f0c0be0161a96d1ec53ed2d7fe6f46.tar.zst freebsd-ports-gnome-450c942730f0c0be0161a96d1ec53ed2d7fe6f46.zip |
- Fix location of reswrap after update of FOX-1.4
Reported by: QAT
-rw-r--r-- | audio/rezound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 3c19f2bfb03f..a17cb040e153 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-alsa +CONFIGURE_ENV+= ac_cv_path_RESWRAP=${LOCALBASE}/bin/fox-1.4/reswrap MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= LARGEFILE JACK AUDIOFILE PORTAUDIO OGG VORBIS FLAC FFTW \ |