aboutsummaryrefslogtreecommitdiff
path: root/graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp')
-rw-r--r--graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp b/graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp
deleted file mode 100644
index f39793709250..000000000000
--- a/graphics/hugin/files/patch-src_hugin1_base_wx_RunStitchPanel.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hugin1/base_wx/RunStitchPanel.cpp.orig 2008-12-03 14:29:01.000000000 +0200
-+++ src/hugin1/base_wx/RunStitchPanel.cpp 2008-12-03 14:31:30.000000000 +0200
-@@ -240,6 +240,8 @@
- cmd = wxT("make");
- }
- cmd += wxT(" ") + args;
-+#elif defined __FreeBSD__
-+ wxString cmd = wxT("gmake ") + args;
- #else
- wxString cmd = wxT("make ") + args;
- #endif