diff options
Diffstat (limited to 'games/xonotic/files/patch-source__darkplaces__BSDmakefile')
-rw-r--r-- | games/xonotic/files/patch-source__darkplaces__BSDmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xonotic/files/patch-source__darkplaces__BSDmakefile b/games/xonotic/files/patch-source__darkplaces__BSDmakefile new file mode 100644 index 000000000000..87c76dc74871 --- /dev/null +++ b/games/xonotic/files/patch-source__darkplaces__BSDmakefile @@ -0,0 +1,11 @@ +--- BSDmakefile.orig 2015-01-17 02:24:24.000000000 +0300 ++++ BSDmakefile 2015-01-17 02:26:51.000000000 +0300 +@@ -158,7 +158,7 @@ + + CFLAGS_MAKEDEP=-MD + .ifdef DP_FS_BASEDIR +-CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"' ++CFLAGS_FS=-DDP_FS_BASEDIR='\\\"$(DP_FS_BASEDIR)\\\"' + .else + CFLAGS_FS= + .endif |