diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-01-21 19:40:27 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-01-21 19:40:27 +0000 |
commit | 1112f73b20b07c6831a670361ac254c09dea8a7a (patch) | |
tree | 04c721eef09c37efe82bf309ddd0c94240b948f9 /audio/cheesecutter/files/patch-src_main.d | |
parent | www/cpp-httplib: Fix build on 11 by removing the SSL option there (diff) |
Add cheesecutter 2.9.b.3.25, tracker for composing music for the C64 SID
chip.
Notes
Notes:
svn path=/head/; revision=562237
Diffstat (limited to 'audio/cheesecutter/files/patch-src_main.d')
-rw-r--r-- | audio/cheesecutter/files/patch-src_main.d | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cheesecutter/files/patch-src_main.d b/audio/cheesecutter/files/patch-src_main.d new file mode 100644 index 000000000000..c87f886073ef --- /dev/null +++ b/audio/cheesecutter/files/patch-src_main.d @@ -0,0 +1,13 @@ +--- src/main.d.orig 2020-12-25 15:36:31 UTC ++++ src/main.d +@@ -23,6 +23,10 @@ version(linux) { + const DIR_SEPARATOR = '/'; + } + ++version(FreeBSD) { ++ const DIR_SEPARATOR = '/'; ++} ++ + version(OSX) { + const DIR_SEPARATOR = '/'; + } |