summaryrefslogtreecommitdiffstats
path: root/patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch')
-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
+