diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:29:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:29:20 +0000 |
commit | 635fa2b5f4ea0db9319a469180aa067f9bafef2d (patch) | |
tree | bf4e14dc4120738b66b49c3a7cb0fc5b3e1e5aa7 /graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp | |
parent | Remove games/njam as it has been marked BROKEN for over 3 months. (diff) |
Remove graphics/demeter as it has been marked BROKEN for over 4 months.
Notes
Notes:
svn path=/head/; revision=235730
Diffstat (limited to 'graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp')
-rw-r--r-- | graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp b/graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp deleted file mode 100644 index 8a168293359c..000000000000 --- a/graphics/demeter/files/patch-samples-SampleUtilities-Data.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- samples/SampleUtilities/Data.cpp.orig Mon Jan 26 13:46:44 2004 -+++ samples/SampleUtilities/Data.cpp Mon Jan 26 13:49:15 2004 -@@ -53,7 +53,7 @@ - sprintf(szPath, szFullPath); - return true; - } -- sprintf(szFullPath, "/usr/local/share/DemeterSampleData-3.20/"); -+ sprintf(szFullPath, "%%EXAMPLESDIR%%/DemeterSampleData-3.20/"); - if (TestPath(szFullPath)) - { - sprintf(szPath, szFullPath); |