diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-03-28 10:23:20 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-03-28 10:23:20 +0000 |
commit | f1b92aefa71a0d250f47f3308978f6acf2ec51df (patch) | |
tree | e0edeff85debe3a0ed64ceb0e446fbb250d62e3d /games/quake2forge/files/patch-ab | |
parent | - change maintainer to q@uni.de (this time for sure) (diff) |
Update to 0.2.1.
Submitted by: maintainer
Diffstat (limited to 'games/quake2forge/files/patch-ab')
-rw-r--r-- | games/quake2forge/files/patch-ab | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games/quake2forge/files/patch-ab b/games/quake2forge/files/patch-ab deleted file mode 100644 index 280c8efd73c9..000000000000 --- a/games/quake2forge/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Wed Sep 18 07:02:16 2002 -+++ configure Thu Oct 31 17:55:52 2002 -@@ -2789,7 +2789,7 @@ - echo "$as_me: error: this package needs a convenience libltdl" >&2;} - { (exit 1); exit 1; }; } ;; - "") enable_ltdl_convenience=yes -- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; -+ ac_configure_args="--enable-ltdl-convenience" ;; - esac - LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la - LTDLINCL='-I${top_srcdir}/''libltdl' -@@ -9633,9 +9633,9 @@ - - - --# Check whether --with-gl or --without-gl was given. --if test "${with_gl+set}" = set; then -- withval="$with_gl" -+# Check whether --with-opengl or --without-opengl was given. -+if test "${with_opengl+set}" = set; then -+ withval="$with_opengl" - HAVE_OPENGL=$withval - else - HAVE_OPENGL=auto -@@ -9763,7 +9763,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lGL $OPENGL_LIBS -+LIBS="-lGL $OPENGL_LIBS -lX11 -lXext - $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" -@@ -9814,7 +9814,7 @@ - echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5 - echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6 - if test $ac_cv_lib_GL_glBegin = yes; then -- OPENGL_LIBS="$OPENGL_LIBS -lGL" -+ OPENGL_LIBS="$OPENGL_LIBS -lGL -lX11 -lXext" - HAVE_OPENGL=yes - else - HAVE_OPENGL=no |