diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-02 14:52:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-02 14:52:57 +0800 |
commit | 405a3d1d966b13e5fb8d69282dc8c705a41d3707 (patch) | |
tree | 67c1f9669d4cdd6013af90e9beeb9359b9fe32fd /audio/libofa | |
parent | d045442f1d3bb571d35e1cc286d090e966ac3438 (diff) | |
download | freebsd-ports-gnome-405a3d1d966b13e5fb8d69282dc8c705a41d3707.tar.gz freebsd-ports-gnome-405a3d1d966b13e5fb8d69282dc8c705a41d3707.tar.zst freebsd-ports-gnome-405a3d1d966b13e5fb8d69282dc8c705a41d3707.zip |
[PATCH] audio/libofa: fix expat build issue
- expat was not being detected because of a lacking CONFIGURE_ENV
PR: ports/95212
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/libofa')
-rw-r--r-- | audio/libofa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index e362f01a0b00..cf7ad4d51788 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \ USE_GNOME= pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes post-configure: |