Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2004 17:32:48 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kot@premierbank.dp.ua
Subject:   ports/65668: [PATCH] archivers/arj: fix ./configure --host warning
Message-ID:  <20040417153248.F2A572FDA01@isis.wad.cz>
Resent-Message-ID: <200404171640.i3HGe87T094295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65668
>Category:       ports
>Synopsis:       [PATCH] archivers/arj: fix ./configure --host warning
>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 Apr 17 09:40:08 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
	silence a ./configure warning
>How-To-Repeat:
	
>Fix:

	

--- archivers-arj.CONFIGURE_TARGET.patch begins here ---
Index: archivers/arj/Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/arj/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- archivers/arj/Makefile	22 Feb 2004 23:08:17 -0000	1.9
+++ archivers/arj/Makefile	17 Apr 2004 15:23:49 -0000
@@ -18,6 +18,7 @@
 USE_REINPLACE=	yes
 USE_AUTOCONF_VER=	253
 USE_GMAKE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_WRKSRC=	${WRKSRC}/gnu
 CONFIGURE_ENV=	CFLAGS="-fPIC"
 MAKEFILE=	GNUmakefile
--- archivers-arj.CONFIGURE_TARGET.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?20040417153248.F2A572FDA01>