diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /games/tremulous | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) | |
download | ports-14ac881764759575af0262836b114bc66a99657e.tar.gz ports-14ac881764759575af0262836b114bc66a99657e.zip |
Notes
Diffstat (limited to 'games/tremulous')
-rw-r--r-- | games/tremulous/Makefile | 4 | ||||
-rw-r--r-- | games/tremulous/files/patch-src_client_snd_openal.c | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index 0a2ba04ec6ae..f186e2cfc22e 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -7,7 +7,7 @@ PORTNAME= tremulous PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 \ http://0day.icculus.org/mirrors/tremulous/ \ @@ -59,7 +59,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true .if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP) # OpenAL . if defined(WITH_OPENAL) -LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal +USE_OPENAL= al MAKE_ENV+= USE_OPENAL=1 . if defined(WITH_OPENAL_DLOPEN) MAKE_ENV+= USE_OPENAL_DLOPEN=1 diff --git a/games/tremulous/files/patch-src_client_snd_openal.c b/games/tremulous/files/patch-src_client_snd_openal.c new file mode 100644 index 000000000000..a5151f4fc424 --- /dev/null +++ b/games/tremulous/files/patch-src_client_snd_openal.c @@ -0,0 +1,11 @@ +--- ./tremulous-1.1.0-src/src/client/snd_openal.c.orig 2009-12-26 18:56:43.000000000 +0100 ++++ ./tremulous-1.1.0-src/src/client/snd_openal.c 2009-12-26 18:56:49.000000000 +0100 +@@ -1526,7 +1526,7 @@ + #ifdef _WIN32 + #define ALDRIVER_DEFAULT "OpenAL32.dll" + #else +-#define ALDRIVER_DEFAULT "libopenal.so.0" ++#define ALDRIVER_DEFAULT "libopenal.so" + #endif + + /* |