aboutsummaryrefslogtreecommitdiff
path: root/games/xonotic/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-21 02:42:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-21 02:42:41 +0000
commit5aa3fe248319fe8369f56d884d21616c9ecb3853 (patch)
treeeb82542deb691bdd116e0ea6c255e60dbb08264d /games/xonotic/files
parent06fc30e67c5678e13f2b9b8071fccb16ea98730e (diff)
Notes
Diffstat (limited to 'games/xonotic/files')
-rw-r--r--games/xonotic/files/patch-source__darkplaces__BSDmakefile11
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