From 47c1447bd6a50a0d4ae29337af8e8148b16b405f Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 24 Oct 2010 17:07:24 +0000 Subject: [PATCH] proactive fix for gmake 3.82 --- .../examples/patches/patch-gui_GFractal_GNUmakefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11/gnustep/examples/patches/patch-gui_GFractal_GNUmakefile diff --git a/x11/gnustep/examples/patches/patch-gui_GFractal_GNUmakefile b/x11/gnustep/examples/patches/patch-gui_GFractal_GNUmakefile new file mode 100644 index 00000000000..ec6158dfec9 --- /dev/null +++ b/x11/gnustep/examples/patches/patch-gui_GFractal_GNUmakefile @@ -0,0 +1,12 @@ +$OpenBSD: patch-gui_GFractal_GNUmakefile,v 1.1 2010/10/24 17:07:24 naddy Exp $ +--- gui/GFractal/GNUmakefile.orig Sun Oct 24 10:57:36 2010 ++++ gui/GFractal/GNUmakefile Sun Oct 24 11:00:26 2010 +@@ -14,7 +14,7 @@ GFractal_OBJC_FILES = main.m \ + + + # The Resource files to be copied into the app's resources directory +-// GFractal_RESOURCE_FILES = Icons/* ++#GFractal_RESOURCE_FILES = Icons/* + + include $(GNUSTEP_MAKEFILES)/application.make +