FreeBSD Bugzilla – Attachment 51733 Details for
Bug 78512
[MAINTAINER] games/quake2forge: Fix fetching and detection of libGL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
quake2forge-0.3.patch
quake2forge-0.3.patch (text/plain), 1.80 KB, created by
Ulrich Spoerlein
on 2005-03-06 21:00:14 UTC
(
hide
)
Description:
quake2forge-0.3.patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2005-03-06 21:00:14 UTC
Size:
1.80 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/quake2forge/Makefile,v >retrieving revision 1.11 >diff -u -u -r1.11 Makefile >--- Makefile 11 Aug 2004 19:09:02 -0000 1.11 >+++ Makefile 6 Mar 2005 20:53:27 -0000 >@@ -8,7 +8,8 @@ > PORTNAME= quake2forge > PORTVERSION= 0.3 > CATEGORIES= games >-MASTER_SITES= ftp://ftp.quakeforge.net/quake2forge/ >+MASTER_SITES= ftp://ftp.quakeforge.net/quake2forge/ \ >+ http://www.galgenberg.net/~q/ > DISTNAME= quake2-${PORTVERSION} > > MAINTAINER= q@uni.de >Index: files/patch-configure.in >=================================================================== >RCS file: /home/ncvs/ports/games/quake2forge/files/patch-configure.in,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-configure.in >--- files/patch-configure.in 11 Aug 2004 19:09:02 -0000 1.1 >+++ files/patch-configure.in 6 Mar 2005 20:53:27 -0000 >@@ -1,5 +1,5 @@ > --- configure.in.orig Tue Mar 16 11:07:38 2004 >-+++ configure.in Thu Aug 5 09:59:56 2004 >++++ configure.in Fri Mar 4 14:30:46 2005 > @@ -109,6 +109,7 @@ > # test for the library first, for people who may have the libs > # installed but no headers >@@ -15,4 +15,21 @@ > - SVGALIB_LIBS="-lvga" > AC_SUBST(SVGALIB_CFLAGS) > AC_SUBST(SVGALIB_LIBS) >+ else >+@@ -221,7 +221,7 @@ >+ # --with-opengl was explicitly given, so look in that directory >+ if test "x${ac_with_opengl}" != xauto ; then >+ OPENGL_CFLAGS="$OPENGL_CFLAGS -I$withval/include" >+- OPENGL_LIBS="$OPENGL_CFLAGS -L$withval/lib" >++ OPENGL_LIBS="$OPENGL_LIBS -L$withval/lib" >+ fi >+ # save and set CPPFLAGS for coming tests >+ save_CPPFLAGS="$CPPFLAGS" >+@@ -263,7 +263,6 @@ >+ >+ if test "x$HAVE_OPENGL" = xyes; then >+ AC_DEFINE(HAVE_OPENGL, 1, [Define this if you have OpenGL]) >+- OPENGL_LIBS="-lGL" >+ AC_SUBST(OPENGL_CFLAGS) >+ AC_SUBST(OPENGL_LIBS) > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78512
: 51733