diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-15 21:35:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-15 21:35:18 +0000 |
commit | 4bdc6491e6a2e1ea929cae8caec4a043212fee7b (patch) | |
tree | a6b12b92ab3f1bf9931a46c75ae96724be24439f /audio/jack | |
parent | fcbe6b8ed08502685675ceb6154a5e38e768f3ce (diff) | |
download | ports-4bdc6491e6a2e1ea929cae8caec4a043212fee7b.tar.gz ports-4bdc6491e6a2e1ea929cae8caec4a043212fee7b.zip |
Notes
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 4af6345b4173..ca925138d9e0 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ sndfile.1:${PORTSDIR}/audio/libsndfile CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" + CPPFLAGS="-I${LOCALBASE}/include" CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes |