aboutsummaryrefslogtreecommitdiff
path: root/audio/libofa
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-25 23:14:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-25 23:14:06 +0000
commit638f685c98712a043434507b6ff781971df5e57d (patch)
tree9e0c633da2c475b7fe6d68d4cdabbc0b454e3905 /audio/libofa
parentcafd9186a5f25ad08a255098f025e47a507b5a1f (diff)
- Fix Build
Notes
Notes: svn path=/head/; revision=271774
Diffstat (limited to 'audio/libofa')
-rw-r--r--audio/libofa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
index 43462f4dc6c1..bbf0f6056d12 100644
--- a/audio/libofa/Makefile
+++ b/audio/libofa/Makefile
@@ -23,7 +23,8 @@ USE_DOS2UNIX= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes