Date: 13 May 2003 22:09:16 -0000 From: Rui Lopes <rui@ruilopes.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52196: [PATCH] for removing configure script warning of py-gtk2 Message-ID: <20030513220916.55667.qmail@ns.webtt.biz> Resent-Message-ID: <200305132210.h4DMA5ev045058@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030513220916.55667.qmail>