Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 22:21:57 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        datahead4@gmail.com
Subject:   ports/150605: [PATCH] audio/liblastfm: Fix build with alternate LOCALBASE
Message-ID:  <E1OvzQT-0003hw-Ts@pendennis.kent.ac.uk>
Resent-Message-ID: <201009152130.o8FLU6CF038496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1OvzQT-0003hw-Ts>