Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 03:40:46 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120779: [PATCH] devel/sdl_sge: respect CC/CXX
Message-ID:  <20080218004046.70ED017023@hades.panopticon>
Resent-Message-ID: <200802180050.m1I0o2sg081370@freefall.freebsd.org>

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

>Number:         120779
>Category:       ports
>Synopsis:       [PATCH] devel/sdl_sge: respect CC/CXX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 00:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RC1 FreeBSD 7.0-RC1 #0: Sat Jan 5 03:26:52 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
devel/sdl_sge does not respect CC/CXX. The patch attached fixes this (add MAKE_ENV).
>How-To-Repeat:
>Fix:

--- sdl_sge.patch begins here ---
diff -ruN sdl_sge.orig/Makefile sdl_sge/Makefile
--- sdl_sge.orig/Makefile	2008-02-18 03:34:37.000000000 +0300
+++ sdl_sge/Makefile	2008-02-18 03:39:12.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	sdl_sge
 PORTVERSION=	0.030809
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel graphics
 MASTER_SITES=	http://www.etek.chalmers.se/~e8cal1/sge/files/ \
 		http://www.digitalfanatics.org/cal/sge/files/
@@ -16,8 +16,9 @@
 MAINTAINER=	jaj@hcl-club.lu
 COMMENT=	A graphic library for the Simple DirectMedia Layer (SDL)
 
-USE_GMAKE=		yes
-USE_LDCONFIG=		yes
+USE_GMAKE=	yes
+USE_LDCONFIG=	yes
+MAKE_ENV=	CC="${CC}" CXX="${CXX}"
 
 OPTIONS=	SDL_IMAGE "Enable support for SDL_IMAGE" On \
 		FREETYPE "Enable FreeType support" On \
--- sdl_sge.patch ends here ---

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



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