From 9f8ccf858f6a9ba926add5d2fd951ba8a888dfda Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Jul 2013 16:17:54 -0400 Subject: Add patch to s/make/gmake/ in gmake-{doc,locales}. --- 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" +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 + -- cgit v0.9.1