ports/139330: [PATCH] palm/py-synce-librra: Fix build with custom PREFIX

Alexander Logvinov avl at FreeBSD.org
Sat Oct 3 12:00:17 UTC 2009


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



More information about the freebsd-ports-bugs mailing list