ports/52196: [PATCH] for removing configure script warning of py-gtk2

Rui Lopes rui at ruilopes.com
Tue May 13 22:10:06 UTC 2003


>Number:         52196
>Category:       ports
>Synopsis:       [PATCH] for removing configure script warning of py-gtk2
>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:   Tue May 13 15:10:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD disty 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #7: Sun Feb 23 17:54:25 WET 2003 root at disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
Just a tiny patch for removing anoying configure script warning:
===>  Configuring for py22-gtk-1.99.16
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
	
>How-To-Repeat:
	
>Fix:
Just apply patch to Makefile
	

--- Makefile.diff begins here ---
--- Makefile.orig	Tue May 13 22:52:14 2003
+++ Makefile	Tue May 13 22:52:33 2003
@@ -25,6 +25,7 @@
 USE_GNOME=	gnomehack
 USE_PYTHON=	yes
 USE_LIBTOOL=	yes
+CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 EG_SRC_DIR=	${WRKSRC}/examples
 EG_DST_DIR=	${PREFIX}/share/examples/py-gtk
--- Makefile.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list