Date: Sat, 21 Feb 2004 14:38:30 -0500 (EST) From: Hendrik Scholz <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kingofgib@users.sourceforge.net Subject: ports/63185: amd64-fix: devel/libds Message-ID: <20040221193830.E956B39845@slurmcan.wormulon.net> Resent-Message-ID: <200402211940.i1LJeDrZ049203@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63185 >Category: ports >Synopsis: amd64-fix: devel/libds >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 21 11:40:13 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: Couldn't get much easier to fix http://bento.freebsd.org/errorlogs/amd64-5-latest/libds-1.0.log >How-To-Repeat: >Fix: --- libds-amd64.diff begins here --- Index: Makefile =================================================================== RCS file: /home/FreeBSD-CVS/ports/devel/libds/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 28 Aug 2003 09:16:04 -0000 1.1 +++ Makefile 21 Feb 2004 19:35:49 -0000 @@ -24,6 +24,10 @@ HTML= avltree.html heap.html parray.html set.html hashtbl.html \ index.html queue.html stack.html +.if ${ARCH} == "amd64" +CFLAGS= -fPIC +.endif + # Copy header file and libraries. do-install: ${INSTALL_DATA} ${WRKSRC}/ds.h ${PREFIX}/include --- libds-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?20040221193830.E956B39845>