FreeBSD Bugzilla – Attachment 55762 Details for
Bug 84197
games/quake2forge cannot be built without X11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain; charset=us-ascii), 1.61 KB, created by
Ulrich Spoerlein
on 2005-08-02 11:18:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2005-08-02 11:18:02 UTC
Size:
1.61 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/quake2forge/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 13 May 2005 20:17:26 -0000 1.15 >+++ Makefile 2 Aug 2005 10:12:04 -0000 >@@ -19,7 +19,6 @@ > USE_GMAKE= yes > USE_LIBTOOL_VER=15 > USE_AUTOCONF_VER=259 >-USE_XLIB= yes > USE_REINPLACE= yes > WANT_SDL= yes > >@@ -58,6 +57,16 @@ > PLIST_SUB+= SVGA:="@comment " > .endif > >+.if !defined(WITHOUT_X11) >+USE_XLIB= yes >+CONFIGURE_ARGS+=--with-x >+PLIST_SUB+= X11:="" >+.else >+WITHOUT_GL= yes >+CONFIGURE_ARGS+=--without-x >+PLIST_SUB+= X11:="@comment " >+.endif >+ > .if !defined(WITHOUT_GL) > CONFIGURE_ARGS+=--with-opengl=${X11BASE} > PLIST_SUB+= GL:="" >@@ -91,8 +100,11 @@ > .if !defined(WITH_SDL) > @${ECHO_MSG} "Define WITH_SDL to use SDL" > .endif >+.if !defined(WITHOUT_X11) >+ @${ECHO_MSG} "Define WITHOUT_X11 to disable X11 and OpenGL support" >+.endif > .if !defined(WITHOUT_GL) >- @${ECHO_MSG} "Define WITHOUT_GL to disable GL" >+ @${ECHO_MSG} "Define WITHOUT_GL to disable OpenGL support" > .endif > > .if ( ${OSVERSION} < 500000 ) >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/games/quake2forge/pkg-plist,v >retrieving revision 1.5 >diff -u -r1.5 pkg-plist >--- pkg-plist 11 Aug 2004 19:09:02 -0000 1.5 >+++ pkg-plist 2 Aug 2005 10:12:04 -0000 >@@ -4,7 +4,7 @@ > %%SDLGL:%%lib/quake2/ref_sdlgl.so > %%GL:%%lib/quake2/ref_glx.so > %%SVGA:%%%%GL:%%lib/quake2/ref_tdfx.so >-lib/quake2/ref_softx.so >+%%X11:%%lib/quake2/ref_softx.so > lib/quake2/snd_oss.so > %%SDL:%%lib/quake2/snd_sdl.so > %%AO:%%lib/quake2/snd_ao.so
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 84197
: 55762