summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.9.4-install.patch18
-rw-r--r--gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch11
2 files changed, 0 insertions, 29 deletions
diff --git a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch b/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
deleted file mode 100644
index 45540fab7b01..000000000000
--- a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
---- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200
-+++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200
-@@ -18,13 +18,7 @@
- # before-install::
-
- # Things to do after installing
--after-install::
-- # copy library
-- #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
-- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
-- # set permissions (rrr)
-- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
-- #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
-+#after-install::
-
- # Things to do before uninstalling
- # before-uninstall::
diff --git a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch b/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch
deleted file mode 100644
index 662a8ea5ca70..000000000000
--- a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
-+++ cenon.app-3.93/VHFShared/vhfCompatibility.h
-@@ -44,7 +44,7 @@
- #if defined( GNUSTEP_BASE_VERSION )
-
- # define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen]
--# define VHFSelectorIsEqual(a, b) sel_eq(a, b)
-+# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b)
- # define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias]
- # define VHFSetAntialiasing(f) [[NSGraphicsContext currentContext] setShouldAntialias:f]
- # define PSWait() [[NSGraphicsContext currentContext] flushGraphics]