Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2009 11:55:11 GMT
From:      Alexander Logvinov <avl@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139330: [PATCH] palm/py-synce-librra: Fix build with custom PREFIX
Message-ID:  <200910031155.n93BtBaA065395@www.freebsd.org>
Resent-Message-ID: <200910031200.n93C0HoU035860@freefall.freebsd.org>

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

>Number:         139330
>Category:       ports
>Synopsis:       [PATCH] palm/py-synce-librra: Fix build with custom PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 03 12:00:16 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        7.2-STABLE i386
>Organization:
>Environment:
>Description:
Fix build with custom PREFIX.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/py-synce-librra/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	15 Oct 2008 14:55:03 -0000	1.2
+++ Makefile	3 Oct 2009 11:36:31 -0000
@@ -22,7 +22,7 @@
 RRA_SLAVE=	pythonb
 
 pre-patch:
-	@${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${PREFIX}/lib/librra.la|g' \
+	@${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \
 		${WRKSRC}/python/Makefile.in
 
 do-build:


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910031155.n93BtBaA065395>