Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 15:50:02 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62852: amd64-bento-fix: archivers/arj
Message-ID:  <20040214205002.3410639845@slurmcan.wormulon.net>
Resent-Message-ID: <200402142050.i1EKoGEI008239@freefall.freebsd.org>

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

>Number:         62852
>Category:       ports
>Synopsis:       amd64-bento-fix: archivers/arj
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 12:50:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
arj needs to be compiled with -fPIC on amd64:
http://bento.freebsd.org/errorlogs/amd64-5-full/arj-3.10g.log

>How-To-Repeat:
	
>Fix:

	

--- arj-3.10g.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/arj/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	4 Feb 2004 05:18:19 -0000	1.7
+++ Makefile	14 Feb 2004 20:48:44 -0000
@@ -20,6 +20,7 @@
 USE_AUTOCONF_VER=	253
 USE_GMAKE=	yes
 CONFIGURE_WRKSRC=	${WRKSRC}/gnu
+CONFIGURE_ENV=	CFLAGS="-fPIC"
 MAKEFILE=	GNUmakefile
 STRIP=
 LANGUAGE?=	en
--- arj-3.10g.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?20040214205002.3410639845>