diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-02 06:52:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-02 06:52:57 +0000 |
commit | 7930ee423b75e48ef465bab581fa9ec726fbb005 (patch) | |
tree | 53d5a3ca63798fc3d99d1a78e97bb69781faf77b /audio | |
parent | c8d0edd32ed987effeb87969b8510560c6dbbfc8 (diff) | |
download | ports-7930ee423b75e48ef465bab581fa9ec726fbb005.tar.gz ports-7930ee423b75e48ef465bab581fa9ec726fbb005.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>
Notes
Notes:
svn path=/head/; revision=158630
Diffstat (limited to 'audio')
-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: |