Date: Sat, 1 Apr 2006 14:44:16 -0800 (PST) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: alex@foxybanana.com Subject: ports/95212: [PATCH] audio/libofa: fix expat build issue Message-ID: <200604012244.k31MiGRo088506@Laptop.mine.box> Resent-Message-ID: <200604012250.k31MoFJC072582@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604012244.k31MiGRo088506>