[21426] trunk/dports/games/neverball

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 24 01:28:58 PST 2007


Revision: 21426
          http://trac.macosforge.org/projects/macports/changeset/21426
Author:   ryandesign at macports.org
Date:     2007-01-24 01:28:58 -0800 (Wed, 24 Jan 2007)

Log Message:
-----------
Fixing compilation problems relating to OpenGL, per maintainer's patches in #11282.

Modified Paths:
--------------
    trunk/dports/games/neverball/Portfile
    trunk/dports/games/neverball/files/patch-Makefile.diff

Modified: trunk/dports/games/neverball/Portfile
===================================================================
--- trunk/dports/games/neverball/Portfile	2007-01-24 08:30:11 UTC (rev 21425)
+++ trunk/dports/games/neverball/Portfile	2007-01-24 09:28:58 UTC (rev 21426)
@@ -4,6 +4,7 @@
 
 name			neverball
 version			1.4.0
+revision		1
 categories		games
 platforms		darwin
 maintainers		mvitocruz at gmail.com

Modified: trunk/dports/games/neverball/files/patch-Makefile.diff
===================================================================
--- trunk/dports/games/neverball/files/patch-Makefile.diff	2007-01-24 08:30:11 UTC (rev 21425)
+++ trunk/dports/games/neverball/files/patch-Makefile.diff	2007-01-24 09:28:58 UTC (rev 21426)
@@ -1,13 +1,17 @@
---- Makefile	Sat Jul 24 09:53:07 2004
-+++ Makefile.new	Mon Jul 26 21:36:17 2004
-@@ -6,8 +6,8 @@
+--- Makefile~	2004-09-08 13:31:40.000000000 -0700
++++ Makefile	2007-01-22 14:27:09.000000000 -0800
+@@ -6,12 +6,12 @@
  #X11_PATH= -L/usr/X11/lib
  #X11_PATH= -L/usr/X11R6/lib
  
 -OGL_LIBS= -lGL -lm
--#OGL_LIBS= -lm                                                # Think Different
-+#OGL_LIBS= -lGL -lm
-+OGL_LIBS= -lm                                                # Think Different
++OGL_LIBS= -framework OpenGL -lm
+ #OGL_LIBS= -lm                                                # Think Different
  
  #------------------------------------------------------------------------------
  
+-CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags)
++CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags) -FOpenGL
+ #CFLAGS= -Wall -g -ansi $(shell sdl-config --cflags)
+ #CFLAGS= -Wall -pg -ansi $(shell sdl-config --cflags)
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070124/0db51375/attachment.html


More information about the macports-changes mailing list