ports/63109: amd64-fix: misc/gkrellmlaunch

Hendrik Scholz hendrik at scholz.net
Fri Feb 20 05:20:20 UTC 2004


>Number:         63109
>Category:       ports
>Synopsis:       amd64-fix: misc/gkrellmlaunch
>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 19 21:20:19 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:
This already sounds familiar so just fix
http://bento.freebsd.org/errorlogs/amd64-5-latest/gkrellmlaunch-0.4_1.log
by adding -fPIC

>How-To-Repeat:
	
>Fix:

	

--- gkrellmlaunch-amd64.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/misc/gkrellmlaunch/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	6 Feb 2004 13:11:48 -0000	1.9
+++ Makefile	20 Feb 2004 05:16:47 -0000
@@ -23,8 +23,13 @@
 USE_GNOME=	imlib
 ALL_TARGET=	${PORTNAME}.so
 
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CFLAGS=	-fPIC
+.endif
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \
 		${PREFIX}/libexec/gkrellm/plugins
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- gkrellmlaunch-amd64.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list