ports/150605: [PATCH] audio/liblastfm: Fix build with alternate LOCALBASE

Tim Bishop tim at bishnet.net
Wed Sep 15 21:30:07 UTC 2010


>Number:         150605
>Category:       ports
>Synopsis:       [PATCH] audio/liblastfm: Fix build with alternate LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 15 21:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.kent.ac.uk 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Dec  7 11:31:32 GMT
>Description:
This patch fixes the configure script to use the correct prefix when
an alternate LOCALBASE has been set.

Port maintainer (datahead4 at gmail.com) is cc'd.

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

--- liblastfm-0.3.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/audio/liblastfm/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	28 Mar 2010 06:31:09 -0000	1.7
+++ Makefile	15 Sep 2010 20:54:09 -0000
@@ -24,7 +24,7 @@
 QT_COMPONENTS=	corelib xml network sql gui qtestlib \
 		qmake_build moc_build rcc_build uic_build
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=	-release
+CONFIGURE_ARGS+=	-release --prefix ${PREFIX}
 MAKE_JOBS_UNSAFE=	yes
 
 USE_LDCONFIG=	yes
--- liblastfm-0.3.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list