summaryrefslogtreecommitdiff
path: root/games/uqm/files/patch-build-unix-config_proginfo_host
diff options
context:
space:
mode:
authorBenjamin Lutz <mail@maxlor.com>2021-12-19 20:29:58 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-12-19 20:30:31 +0800
commite295d4f5b61d107ecb53f23365ad1a439754b013 (patch)
treec39dc70f74bf1b69c630d04fbaf72e756b4dd343 /games/uqm/files/patch-build-unix-config_proginfo_host
parentnet/unison: Update to 2.51.5 (diff)
games/uqm: Update to 0.8.0
PR: 255350
Diffstat (limited to 'games/uqm/files/patch-build-unix-config_proginfo_host')
-rw-r--r--games/uqm/files/patch-build-unix-config_proginfo_host44
1 files changed, 0 insertions, 44 deletions
diff --git a/games/uqm/files/patch-build-unix-config_proginfo_host b/games/uqm/files/patch-build-unix-config_proginfo_host
deleted file mode 100644
index d49c4a1c9ada..000000000000
--- a/games/uqm/files/patch-build-unix-config_proginfo_host
+++ /dev/null
@@ -1,44 +0,0 @@
---- build/unix/config_proginfo_host.orig 2011-05-20 23:25:22.000000000 +0400
-+++ build/unix/config_proginfo_host 2013-01-08 19:49:40.000000000 +0400
-@@ -115,7 +115,7 @@
- LIB_openal_CFLAGS=""
- case "$HOST_SYSTEM" in
- FreeBSD|OpenBSD)
-- LIB_openal_LDFLAGS="-L/usr/local/lib -pthread -lopenal"
-+ LIB_openal_LDFLAGS="-L${LOCALBASE}/lib -pthread -lopenal"
- ;;
- MINGW32*|CYGWIN*|cegcc)
- LIB_openal_LDFLAGS="-lopenal32"
-@@ -144,8 +144,8 @@
- 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${LOCALBASE}/include -D_THREAD_SAFE"
-+ LIB_opengl_LDFLAGS="-L${LOCALBASE}/lib -lX11 -lXext -pthread -lGL"
- ;;
- MINGW32*|CYGWIN*|cegcc)
- LIB_opengl_CFLAGS=""
-@@ -182,8 +182,8 @@
- LIB_vorbisfile_NAME="vorbisfile"
- case "$HOST_SYSTEM" in
- FreeBSD|OpenBSD)
-- LIB_vorbisfile_CFLAGS="-I/usr/local/include"
-- LIB_vorbisfile_LDFLAGS="-L/usr/local/lib -lvorbisfile -lvorbis"
-+ LIB_vorbisfile_CFLAGS="-I${LOCALBASE}/include"
-+ LIB_vorbisfile_LDFLAGS="-L${LOCALBASE}/lib -lvorbisfile -lvorbis"
- ;;
- MINGW32*|CYGWIN*|cegcc)
- LIB_vorbisfile_CFLAGS=""
-@@ -221,8 +221,8 @@
- LIB_tremor_NAME="tremor"
- case "$HOST_SYSTEM" in
- FreeBSD|OpenBSD)
-- LIB_tremor_CFLAGS="-I/usr/local/include"
-- LIB_tremor_LDFLAGS="-L/usr/local/lib -lvorbisidec"
-+ LIB_tremor_CFLAGS="-I${LOCALBASE}/include"
-+ LIB_tremor_LDFLAGS="-L${LOCALBASE}/lib -lvorbisidec"
- ;;
- Darwin)
- # Assumed values - please let me know if you can verify this.