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-ad | |
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-ad')
-rw-r--r-- | games/quake2forge/files/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/quake2forge/files/patch-ad b/games/quake2forge/files/patch-ad deleted file mode 100644 index 8aac0402f8fa..000000000000 --- a/games/quake2forge/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Thu Oct 31 20:07:59 2002 -+++ src/Makefile.in Thu Oct 31 20:11:21 2002 -@@ -200,13 +200,13 @@ - #ref_glx_la_CFLAGS = $(std_cflags) -fPIC @X_CFLAGS@ @OPENGL_CFLAGS@ - @BUILD_GLX_TRUE@ref_glx_la_CFLAGS = $(std_cflags) -fPIC @X_CFLAGS@ - #ref_glx_la_LDADD = @X_PRE_LIBS@ @X_LIBS@ @XTRA_LIBS@ @X_EXTRA_LIBS@ @OPENGL_LIBS@ @DL_LIBS@ --@BUILD_GLX_TRUE@ref_glx_la_LDADD = @X_PRE_LIBS@ @X_LIBS@ @XTRA_LIBS@ @X_EXTRA_LIBS@ @DL_LIBS@ -+@BUILD_GLX_TRUE@ref_glx_la_LDADD = @X_PRE_LIBS@ @X_LIBS@ @XTRA_LIBS@ @X_EXTRA_LIBS@ @DL_LIBS@ @OPENGL_LIBS@ - @BUILD_GLX_TRUE@ref_glx_la_LDFLAGS = $(module_ldflags) - - # ref_tdfx - @BUILD_TDFX_TRUE@ref_tdfx_la_SOURCES = $(REF_GL_COMMON) rw_in_svgalib.c gl_fxmesa.c --@BUILD_TDFX_TRUE@ref_tdfx_la_CFLAGS = $(std_cflags) -fPIC @SVGALIB_CFLAGS@ --@BUILD_TDFX_TRUE@ref_tdfx_la_LDADD = @SVGALIB_LIBS@ -+@BUILD_TDFX_TRUE@ref_tdfx_la_CFLAGS = $(std_cflags) -fPIC @SVGALIB_CFLAGS@ @OPENGL_CFLAGS@ -+@BUILD_TDFX_TRUE@ref_tdfx_la_LDADD = @SVGALIB_LIBS@ @OPENGL_LIBS@ - @BUILD_TDFX_TRUE@ref_tdfx_la_LDFLAGS = $(module_ldflags) - - # ref_sdlgl |