diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /games/qudos | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) |
Notes
Diffstat (limited to 'games/qudos')
-rw-r--r-- | games/qudos/Makefile | 4 | ||||
-rw-r--r-- | games/qudos/files/patch-src__ref_gl__gl_local.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/games/qudos/Makefile b/games/qudos/Makefile index 18add39c6e5f..205c7d635b72 100644 --- a/games/qudos/Makefile +++ b/games/qudos/Makefile @@ -7,7 +7,7 @@ PORTNAME= qudos PORTVERSION= 0.40.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/QuDos/ DISTNAME= QuDos-${PORTVERSION}-src @@ -68,7 +68,7 @@ PLIST_SUB+= ${mod}="@comment " .if !defined(WITHOUT_GLX) || !defined(WITHOUT_SDLGL) USE_GL= yes LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png .endif .if !defined(WITHOUT_SDL) || !defined(WITHOUT_SDLGL) diff --git a/games/qudos/files/patch-src__ref_gl__gl_local.h b/games/qudos/files/patch-src__ref_gl__gl_local.h new file mode 100644 index 000000000000..aa9dce66ef0d --- /dev/null +++ b/games/qudos/files/patch-src__ref_gl__gl_local.h @@ -0,0 +1,10 @@ +--- src/ref_gl/gl_local.h.orig 2006-06-10 12:22:27.000000000 +0200 ++++ src/ref_gl/gl_local.h 2012-04-25 06:13:42.000000000 +0200 +@@ -30,6 +30,7 @@ + #include <GL/glext.h> + + #include <png.h> ++#include <zlib.h> + #include <jpeglib.h> + + #include "../client/ref.h" |