Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 17:13:58 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cjh@FreeBSD.org
Subject:   ports/63414: amd64-fix: korean/uniksc
Message-ID:  <20040226221358.81F433BFE2@slurmcan.wormulon.net>
Resent-Message-ID: <200402262220.i1QMKIiA030018@freefall.freebsd.org>

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

>Number:         63414
>Category:       ports
>Synopsis:       amd64-fix: korean/uniksc
>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:   Thu Feb 26 14:20:18 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:
Fix build on amd64.
http://bento.freebsd.org/errorlogs/amd64-5-latest/ko-uniksc-0.9.log
>How-To-Repeat:
	
>Fix:

	

--- uniksc-amd64.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/korean/uniksc/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	9 Sep 2003 10:06:41 -0000	1.3
+++ Makefile	26 Feb 2004 22:11:47 -0000
@@ -15,4 +15,8 @@
 
 INSTALLS_SHLIB=	YES
 
+.if ${MACHINE_ARCH:L} == "amd64"
+CFLAGS+=	"-fPIC"
+.endif
+
 .include <bsd.port.mk>
--- uniksc-amd64.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?20040226221358.81F433BFE2>