Date: 2 Aug 2003 09:02:00 -0000 From: Rui Lopes <rui@ruilopes.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/55180: [PATCH] for removing configure warning of lang/python Message-ID: <20030802090200.16752.qmail@ns.webtt.biz> Resent-Message-ID: <200308020900.h729021C049695@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55180 >Category: ports >Synopsis: [PATCH] for removing configure warning of lang/python >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: Sat Aug 02 02:00:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Rui Lopes >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD disty 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Fri Jun 6 19:30:44 WEST 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386 >Description: Just a simple patch to remove the configure warning: ===> Configuring for python-2.3 configure: WARNING: you should use --build, --host, --target checking MACHDEP... freebsd5 >How-To-Repeat: >Fix: --- python.patch begins here --- diff -u python.orig/Makefile python/Makefile --- python.orig/Makefile Sat Aug 2 08:28:49 2003 +++ python/Makefile Sat Aug 2 08:32:18 2003 @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install MAN1= python.1 --- python.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?20030802090200.16752.qmail>