summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 16:17:54 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 16:17:54 (EDT)
commit9f8ccf858f6a9ba926add5d2fd951ba8a888dfda (patch)
tree69e4fbc0997b9059c24a50ae00bf13a4350230d6
parentcde0ff49874295852d404da4fef82ba93013242a (diff)
Add patch to s/make/gmake/ in gmake-{doc,locales}.
-rw-r--r--patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch b/patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch
new file mode 100644
index 0000000..60d1b90
--- /dev/null
+++ b/patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch
@@ -0,0 +1,30 @@
+From: "P. J. McDermott" <pjm@nac.net>
+Date: Tue, 2 Jul 2013 16:13:17 -0400
+Subject: Fix name of gmake package in dependencies.
+
+---
+diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control
+index bff9285..b582797 100644
+--- a/gmake-doc.pkg/control
++++ b/gmake-doc.pkg/control
+@@ -1,5 +1,5 @@
+ Architecture: any
+ Platform: all
+-Depends: make (= ${Binary-Version})
++Depends: gmake (= ${Binary-Version})
+ Description: GNU make documentation.
+ ${Common-Description}
+diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control
+index 97c834f..0d57685 100644
+--- a/gmake-locales.pkg/control
++++ b/gmake-locales.pkg/control
+@@ -1,5 +1,5 @@
+ Architecture: any
+ Platform: all
+-Depends: make (= ${Binary-Version})
++Depends: gmake (= ${Binary-Version})
+ Description: GNU make locale packages.
+ ${Common-Description}
+--
+1.7.10.4
+