diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-01-31 09:55:59 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-01-31 09:55:59 +0000 |
commit | be651d79ad9418f76bcca0107773740a4cdc51fd (patch) | |
tree | 336bb23585439aa7ca6808806edf9d960cb8c09b /games/quake2forge/files/patch-ac | |
parent | - Unbreak by updating to the 2002-08-23 "minor release" of 1.2.5 (diff) |
This is the quakeforge version of quake2. To play it you need the official
quake2 CD for the data files.
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=74343
Diffstat (limited to 'games/quake2forge/files/patch-ac')
-rw-r--r-- | games/quake2forge/files/patch-ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/quake2forge/files/patch-ac b/games/quake2forge/files/patch-ac new file mode 100644 index 000000000000..0859ba03c6b1 --- /dev/null +++ b/games/quake2forge/files/patch-ac @@ -0,0 +1,21 @@ +--- src/Makefile.am.orig Thu Oct 31 20:08:06 2002 ++++ src/Makefile.am Thu Oct 31 20:11:19 2002 +@@ -79,15 +79,15 @@ + #ref_glx_la_CFLAGS = $(std_cflags) -fPIC @X_CFLAGS@ @OPENGL_CFLAGS@ + 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@ +-ref_glx_la_LDADD = @X_PRE_LIBS@ @X_LIBS@ @XTRA_LIBS@ @X_EXTRA_LIBS@ @DL_LIBS@ ++ref_glx_la_LDADD = @X_PRE_LIBS@ @X_LIBS@ @XTRA_LIBS@ @X_EXTRA_LIBS@ @DL_LIBS@ @OPENGL_LIBS@ + ref_glx_la_LDFLAGS = $(module_ldflags) + endif + + # ref_tdfx + if BUILD_TDFX + ref_tdfx_la_SOURCES = $(REF_GL_COMMON) rw_in_svgalib.c gl_fxmesa.c +-ref_tdfx_la_CFLAGS = $(std_cflags) -fPIC @SVGALIB_CFLAGS@ +-ref_tdfx_la_LDADD = @SVGALIB_LIBS@ ++ref_tdfx_la_CFLAGS = $(std_cflags) -fPIC @SVGALIB_CFLAGS@ @OPENGL_CFLAGS@ ++ref_tdfx_la_LDADD = @SVGALIB_LIBS@ @OPENGL_LIBS@ + ref_tdfx_la_LDFLAGS = $(module_ldflags) + endif + |