diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-26 07:14:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-26 07:14:06 +0800 |
commit | 2ab123e784292bcc006e15659ceaf27e144f8e3f (patch) | |
tree | dc693dc0fc059b37aba31ef5f2685a02ed27d65b /audio | |
parent | 23c48460398a98bf9d3c05445d6e6f51562050c1 (diff) | |
download | freebsd-ports-gnome-2ab123e784292bcc006e15659ceaf27e144f8e3f.tar.gz freebsd-ports-gnome-2ab123e784292bcc006e15659ceaf27e144f8e3f.tar.zst freebsd-ports-gnome-2ab123e784292bcc006e15659ceaf27e144f8e3f.zip |
- Fix Build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libofa/Makefile | 3 |
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 |