aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-10 21:30:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-10 21:30:54 +0000
commit4e0e7348bd6fd3e9721a7485638bef52318e87b7 (patch)
treea5056b6c1282c2ed4652d1143fc7a4531037e1da /games
parentf6af96d83d72d935d89c2dd49ca00e581ce0c697 (diff)
downloadports-4e0e7348bd6fd3e9721a7485638bef52318e87b7.tar.gz
ports-4e0e7348bd6fd3e9721a7485638bef52318e87b7.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/love/Makefile4
-rw-r--r--games/love/files/patch-src-opengl-GLee.h11
2 files changed, 12 insertions, 3 deletions
diff --git a/games/love/Makefile b/games/love/Makefile
index 3f0411c06ee1..914959593ac2 100644
--- a/games/love/Makefile
+++ b/games/love/Makefile
@@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games devel
MASTER_SITES= SF
@@ -19,8 +19,6 @@ LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
-BROKEN= does not compile
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_SDL= sdl mixer
diff --git a/games/love/files/patch-src-opengl-GLee.h b/games/love/files/patch-src-opengl-GLee.h
new file mode 100644
index 000000000000..ed97568780d9
--- /dev/null
+++ b/games/love/files/patch-src-opengl-GLee.h
@@ -0,0 +1,11 @@
+--- src/opengl/GLee.h.orig 2008-09-20 18:40:14.000000000 +0400
++++ src/opengl/GLee.h 2009-03-10 17:33:52.000000000 +0300
+@@ -747,8 +747,6 @@
+
+ /* GLX */
+
+- typedef void (*__GLXextFuncPtr)(void);
+-
+ #ifndef GLX_ARB_get_proc_address
+ #define GLX_ARB_get_proc_address 1
+ extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);