ports/85917: Fix configure's common warning in devel/google-sparsehash

Vasil Dimov vd at datamax.bg
Fri Sep 9 17:20:13 UTC 2005


>Number:         85917
>Category:       ports
>Synopsis:       Fix configure's common warning in devel/google-sparsehash
>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:   Fri Sep 09 17:20:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Circumvent "configure: WARNING: you should use --build, --host, --target"

>How-To-Repeat:

>Fix:

--- google-sparsehash.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/google-sparsehash/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	28 Jun 2005 01:17:21 -0000	1.1
+++ Makefile	9 Sep 2005 17:14:58 -0000
@@ -16,6 +16,7 @@
 COMMENT=	Google's hashtable implementations optimized for space or speed
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_REINPLACE=	yes
 
 post-patch:
--- google-sparsehash.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list