Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2006 13:59:56 +0100 (CET)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94862: x11-wm/bbconf: unbreak on amd64
Message-ID:  <20060323125956.78C4E610F@hammer.stack.nl>
Resent-Message-ID: <200603231300.k2ND0Ju4094899@freefall.freebsd.org>

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

>Number:         94862
>Category:       ports
>Synopsis:       x11-wm/bbconf: unbreak on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 23 13:00:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #10: Wed Mar 1 16:42:29 CET 2006 root@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64


	
>Description:
	
	Add -fPIC to do shared libraries on amd64

>How-To-Repeat:
	
>Fix:

	


diff -uNr ../x11-wm/bbconf/Makefile bbconf/Makefile
--- ../x11-wm/bbconf/Makefile	Tue Mar  7 10:54:13 2006
+++ bbconf/Makefile	Thu Mar 23 13:50:47 2006
@@ -37,7 +37,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
-BROKEN=		Does not compile on amd64
+CFLAGS+=	-fPIC -DPIC
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060323125956.78C4E610F>