ports/95212: [PATCH] audio/libofa: fix expat build issue

Alexander Botero-Lowry alex at foxybanana.com
Sat Apr 1 22:50:16 UTC 2006


>Number:         95212
>Category:       ports
>Synopsis:       [PATCH] audio/libofa: fix expat build issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 01 22:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
 - expat was not being detected because of a lacking CONFIGURE_ENV

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libofa-0.9.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/libofa/Makefile /usr/home/alex/libofa/Makefile
--- /usr/ports/audio/libofa/Makefile	Sat Apr  1 04:12:08 2006
+++ /usr/home/alex/libofa/Makefile	Sat Apr  1 14:42:42 2006
@@ -19,6 +19,8 @@
 
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
 
 post-configure:
--- libofa-0.9.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list