diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 02:33:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 02:33:42 +0000 |
commit | 9fc9f70c1ed86295a0d4785dca1e7894d006ee27 (patch) | |
tree | c2ea935bf038dc5efea0999dce06030fbe2c1cdc /games-fps | |
parent | Updated HOMEPAGE and SRC_URI. (diff) | |
download | gentoo-2-9fc9f70c1ed86295a0d4785dca1e7894d006ee27.tar.gz gentoo-2-9fc9f70c1ed86295a0d4785dca1e7894d006ee27.tar.bz2 gentoo-2-9fc9f70c1ed86295a0d4785dca1e7894d006ee27.zip |
try quoting different
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gentoo-paths.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gentoo-paths.patch b/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gentoo-paths.patch index 5602dfa3358d..4e126c39338a 100644 --- a/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gentoo-paths.patch +++ b/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gentoo-paths.patch @@ -55,10 +55,10 @@ diff -u -p -r1.56 Makefile endif +ifdef DEFAULT_BASEDIR -+BASE_CFLAGS += -DDEFAULT_BASEDIR=\\\"$(DEFAULT_BASEDIR)\\\" ++BASE_CFLAGS += -DDEFAULT_BASEDIR='\"$(DEFAULT_BASEDIR)\"' +endif +ifdef DEFAULT_LIBDIR -+BASE_CFLAGS += -DDEFAULT_LIBDIR=\\\"$(DEFAULT_LIBDIR)\\\" ++BASE_CFLAGS += -DDEFAULT_LIBDIR='\"$(DEFAULT_LIBDIR)\"' +endif + ifeq ($(strip $(BUILD_QMAX)),YES) |