Don't use m4 syntax for a Makefile comment; fixes build with gmake 3.82.
ok ajacoutot@ jasper@
This commit is contained in:
parent
96cdbbe9ec
commit
be23e8bf1a
12
devel/hyena/patches/patch-Hyena_Data_Sqlite_Makefile_in
Normal file
12
devel/hyena/patches/patch-Hyena_Data_Sqlite_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Hyena_Data_Sqlite_Makefile_in,v 1.1 2011/04/15 19:28:05 naddy Exp $
|
||||
--- Hyena.Data.Sqlite/Makefile.in.orig Wed Oct 6 21:46:07 2010
|
||||
+++ Hyena.Data.Sqlite/Makefile.in Fri Apr 15 17:26:28 2011
|
||||
@@ -393,7 +393,7 @@ uninstall-am: uninstall-local uninstall-moduleSCRIPTS
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-local \
|
||||
uninstall-moduleSCRIPTS
|
||||
|
||||
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
|
||||
all: $(ASSEMBLY_FILE) theme-icons
|
||||
|
12
devel/hyena/patches/patch-Hyena_Gui_Makefile_in
Normal file
12
devel/hyena/patches/patch-Hyena_Gui_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Hyena_Gui_Makefile_in,v 1.1 2011/04/15 19:28:05 naddy Exp $
|
||||
--- Hyena.Gui/Makefile.in.orig Wed Oct 6 21:46:07 2010
|
||||
+++ Hyena.Gui/Makefile.in Fri Apr 15 17:26:28 2011
|
||||
@@ -486,7 +486,7 @@ uninstall-am: uninstall-local uninstall-moduleSCRIPTS
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-local \
|
||||
uninstall-moduleSCRIPTS
|
||||
|
||||
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
|
||||
all: $(ASSEMBLY_FILE) theme-icons
|
||||
|
12
devel/hyena/patches/patch-Hyena_Makefile_in
Normal file
12
devel/hyena/patches/patch-Hyena_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Hyena_Makefile_in,v 1.1 2011/04/15 19:28:05 naddy Exp $
|
||||
--- Hyena/Makefile.in.orig Wed Oct 6 21:46:07 2010
|
||||
+++ Hyena/Makefile.in Fri Apr 15 17:26:28 2011
|
||||
@@ -498,7 +498,7 @@ uninstall-am: uninstall-local uninstall-moduleSCRIPTS
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-local \
|
||||
uninstall-moduleSCRIPTS
|
||||
|
||||
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
|
||||
all: $(ASSEMBLY_FILE) theme-icons
|
||||
|
12
devel/hyena/patches/patch-Mono_Data_Sqlite_Makefile_in
Normal file
12
devel/hyena/patches/patch-Mono_Data_Sqlite_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Mono_Data_Sqlite_Makefile_in,v 1.1 2011/04/15 19:28:05 naddy Exp $
|
||||
--- Mono.Data.Sqlite/Makefile.in.orig Wed Oct 6 21:46:07 2010
|
||||
+++ Mono.Data.Sqlite/Makefile.in Fri Apr 15 17:26:28 2011
|
||||
@@ -394,7 +394,7 @@ uninstall-am: uninstall-local uninstall-moduleSCRIPTS
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-local \
|
||||
uninstall-moduleSCRIPTS
|
||||
|
||||
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
|
||||
all: $(ASSEMBLY_FILE) theme-icons
|
||||
|
12
devel/hyena/patches/patch-build_build_rules_mk
Normal file
12
devel/hyena/patches/patch-build_build_rules_mk
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-build_build_rules_mk,v 1.1 2011/04/15 19:28:05 naddy Exp $
|
||||
--- build/build.rules.mk.orig Fri Apr 15 16:53:43 2011
|
||||
+++ build/build.rules.mk Fri Apr 15 16:54:07 2011
|
||||
@@ -2,7 +2,7 @@ UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
|
||||
BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
|
||||
|
||||
SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES))
|
||||
-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
|
||||
|
||||
RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
|
||||
RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
|
Loading…
x
Reference in New Issue
Block a user