diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-04 19:18:51 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-04 19:18:51 +0000 |
commit | fa4241daa16a1906fa1ebda7c0b219ed08c8451b (patch) | |
tree | 7fa8f9d66c85f43eb8dd618b20981b618ac2eb97 /audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt | |
parent | Add third-party http_subs_filter module. (diff) |
- Update to 0.98.2
PR: ports/156128
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=272215
Diffstat (limited to 'audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt')
-rw-r--r-- | audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt b/audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt new file mode 100644 index 000000000000..987d7a862739 --- /dev/null +++ b/audio/tepsonic/files/patch-player-3rdparty-CMakeLists.txt @@ -0,0 +1,8 @@ +--- 3rdparty/CMakeLists.txt.orig 2011-04-02 21:21:16.000000000 +0800 ++++ 3rdparty/CMakeLists.txt 2011-04-02 21:21:34.000000000 +0800 +@@ -1,3 +1,3 @@ +-if (NOT UNIX OR APPLE) ++#if (NOT UNIX OR APPLE) + add_subdirectory(qxt) +-endif (NOT UNIX OR APPLE) ++#endif (NOT UNIX OR APPLE) |