summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift/files/patch-util-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/autopano-sift/files/patch-util-Makefile')
-rw-r--r--graphics/autopano-sift/files/patch-util-Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/autopano-sift/files/patch-util-Makefile b/graphics/autopano-sift/files/patch-util-Makefile
deleted file mode 100644
index ad0d9b219e22..000000000000
--- a/graphics/autopano-sift/files/patch-util-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- util/Makefile.orig Sat Jan 15 11:33:38 2005
-+++ util/Makefile Tue Apr 11 14:14:54 2006
-@@ -36,8 +36,8 @@
- #SOURCES=GUIImage.cs DrawingPrimitives.cs BasicImagingInterface.cs
-
- all: autopano.exe showone.exe showtwo.exe generatekeys.exe generatekeys-sd.exe
-- make $(MAKE_OPTIONS) -C autopanog all
-- make $(MAKE_OPTIONS) -C autopano-win32 all
-+ $(MAKE) $(MAKE_OPTIONS) -C autopanog all
-+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32 all
-
- autopano.exe: Autopano.cs DrawingPrimitives.cs BasicImagingInterface.cs GUIImage-Drawing.cs
- $(CSC) $(CSCFLAGS) /out:autopano.exe Autopano.cs \
-@@ -50,7 +50,7 @@
-
- generatekeys-sd.exe:
- mv generatekeys.exe generatekeys-gtk.exe
-- make -C . systemdrawing=yes generatekeys.exe
-+ $(MAKE) -C . systemdrawing=yes generatekeys.exe
- mv generatekeys.exe generatekeys-sd.exe
- mv generatekeys-gtk.exe generatekeys.exe
-
-@@ -65,6 +65,6 @@
-
- clean:
- rm -f *.exe
-- make $(MAKE_OPTIONS) -C autopanog/ clean
-- make $(MAKE_OPTIONS) -C autopano-win32/ clean
-+ $(MAKE) $(MAKE_OPTIONS) -C autopanog/ clean
-+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32/ clean
-