diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 06:42:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 06:42:22 +0000 |
commit | 404b9799bb61e3f1051208f7416b1875d27e80e0 (patch) | |
tree | 91628e74813d76ad0ca8927035b28e9f25c65b94 /games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch | |
parent | SDL + cflags + path fixes #26147 (diff) | |
download | gentoo-2-404b9799bb61e3f1051208f7416b1875d27e80e0.tar.gz gentoo-2-404b9799bb61e3f1051208f7416b1875d27e80e0.tar.bz2 gentoo-2-404b9799bb61e3f1051208f7416b1875d27e80e0.zip |
SDL + cflags + path fixes #26147
Diffstat (limited to 'games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch')
-rw-r--r-- | games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch b/games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch index 06cbda385cd8..bdd29650b21f 100644 --- a/games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch +++ b/games-fps/anaglyph-stereo-quake/files/makefile-onlyglx.patch @@ -10,7 +10,7 @@ - $(BUILDDIR)/bin/glquake.3dfxgl \ - $(BUILDDIR)/bin/quake.x11 +TARGETS=\ -+ $(BUILDDIR)/bin/glquake.glx ++ $(BUILDDIR)/bin/glquake.SDL # $(BUILDDIR)/bin/unixded build_debug: |