ports/63185: amd64-fix: devel/libds
Hendrik Scholz
hendrik at scholz.net
Sat Feb 21 19:40:13 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list