diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-21 02:42:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-21 02:42:41 +0000 |
commit | 5aa3fe248319fe8369f56d884d21616c9ecb3853 (patch) | |
tree | eb82542deb691bdd116e0ea6c255e60dbb08264d /games/xonotic/files | |
parent | 06fc30e67c5678e13f2b9b8071fccb16ea98730e (diff) |
Notes
Diffstat (limited to 'games/xonotic/files')
-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 |