From 405a3d1d966b13e5fb8d69282dc8c705a41d3707 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 2 Apr 2006 06:52:57 +0000 Subject: [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 --- audio/libofa/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/libofa') 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: -- cgit