ports/120779: [PATCH] devel/sdl_sge: respect CC/CXX
Dmitry Marakasov
amdmi3 at amdmi3.ru
Mon Feb 18 00:50:03 UTC 2008
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list