ports/core (3.1): glibc: removed old makefile patch
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 89c4014ed7eb0342450ffd264103a3b4c3fc00f0 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Fri Jul 24 19:26:05 2015 +0200 glibc: removed old makefile patch diff --git a/glibc/make.patch b/glibc/make.patch deleted file mode 100644 index 09c3084..0000000 --- a/glibc/make.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/configure.in b/configure.in -index a7f9881..95c36b6 100644 ---- a/configure.in -+++ b/configure.in -@@ -984,7 +984,7 @@ AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, - critic_missing="$critic_missing gcc") - AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version, - [GNU Make[^0-9]*\([0-9][0-9.]*\)], -- [3.79* | 3.[89]*], critic_missing="$critic_missing make") -+ [3.79* | 3.[89]* | 4.*], critic_missing="$critic_missing make") - - AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version, - [GNU gettext.* \([0-9]*\.[0-9.]*\)], --- -1.8.4
participants (1)
-
crux@crux.nu