aboutsummaryrefslogtreecommitdiff
path: root/games/uqm/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-11-11 11:56:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-11-11 11:56:56 +0000
commit54cb5b41b935c23d53b94914cfd672fc873f59a1 (patch)
tree28f399b6bb55fa49af276efe9def2111f92f6c62 /games/uqm/files
parenta18409364542d71e060f92c317d0d31a7a7602ae (diff)
downloadports-54cb5b41b935c23d53b94914cfd672fc873f59a1.tar.gz
ports-54cb5b41b935c23d53b94914cfd672fc873f59a1.zip
Changes:
- Replace an instance of a hardcoded /usr/X11R6 with $X11BASE. This was detected by dosirak.kr.freebsd.org. - Make use of the OPTIONS variable. Because of this, replace the MUSICADDON and VOICEADDON switches with WITH_MUSIC and WITH_VOICE. - Add support for OpenAL as wished by Peter Thoenen (eol1 at yahoo com). PR: 87958 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=147913
Diffstat (limited to 'games/uqm/files')
-rw-r--r--games/uqm/files/patch-build-unix-config_proginfo_host25
1 files changed, 23 insertions, 2 deletions
diff --git a/games/uqm/files/patch-build-unix-config_proginfo_host b/games/uqm/files/patch-build-unix-config_proginfo_host
index 943b0b9d7061..2498a94d2642 100644
--- a/games/uqm/files/patch-build-unix-config_proginfo_host
+++ b/games/uqm/files/patch-build-unix-config_proginfo_host
@@ -1,5 +1,5 @@
---- build/unix/config_proginfo_host.orig Sun Jul 3 17:23:50 2005
-+++ build/unix/config_proginfo_host Sun Jul 3 17:24:43 2005
+--- build/unix/config_proginfo_host.orig Fri May 13 17:22:09 2005
++++ build/unix/config_proginfo_host Mon Oct 24 23:26:50 2005
@@ -80,7 +80,7 @@
LIB_openal_CFLAGS=""
case "$HOST_SYSTEM" in
@@ -9,6 +9,27 @@
;;
MINGW32*)
LIB_openal_LDFLAGS="-lopenal32"
+@@ -94,16 +94,16 @@
+ ;;
+ esac
+ LIB_openal_VERSION=""
+-LIB_openal_DETECT="try_pkgconfig_lib openal openal"
+-LIB_openal_DEPEND_DETECT_BIN="pkgconfig"
++#LIB_openal_DETECT="try_pkgconfig_lib openal openal"
++#LIB_openal_DEPEND_DETECT_BIN="pkgconfig"
+
+
+ ### OpenGL ###
+ LIB_opengl_NAME="OpenGL"
+ case "$HOST_SYSTEM" in
+ FreeBSD|OpenBSD)
+- LIB_opengl_CFLAGS="-I/usr/X11R6/include -D_THREAD_SAFE"
+- LIB_opengl_LDFLAGS="-L/usr/X11R6/lib -lX11 -lXext -pthread -lGL"
++ LIB_opengl_CFLAGS="-I${X11BASE}/include -D_THREAD_SAFE"
++ LIB_opengl_LDFLAGS="-L${X11BASE}/lib -lX11 -lXext -pthread -lGL"
+ ;;
+ MINGW32*)
+ LIB_opengl_CFLAGS=""
@@ -132,8 +132,8 @@
LIB_vorbisfile_NAME="vorbisfile"
case "$HOST_SYSTEM" in