From d4311ddbf53d1112ff44039bc9c750d85595f63f Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 29 Jul 2013 20:49:04 +0200 Subject: [PATCH] cntlm: removed patch (hostmakedepends fixed issue) --- .../cntlm/patches/configure-makefile.patch | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 srcpkgs/cntlm/patches/configure-makefile.patch diff --git a/srcpkgs/cntlm/patches/configure-makefile.patch b/srcpkgs/cntlm/patches/configure-makefile.patch deleted file mode 100644 index e2ccd5d2b97..00000000000 --- a/srcpkgs/cntlm/patches/configure-makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ -Avoids wrong Makefile symlinks (for example Makefile.arm-linux-gnueabihf) and missing CC to compile tiny executables in ./config (cross-compile). ---- configure 2010-05-07 10:12:26.000000000 +0200 -+++ configure 2013-07-29 19:40:09.650716890 +0200 -@@ -10,17 +10,7 @@ - # This can be disabled if neccessary. - # - --CCS="xlc_r gcc" -- --# --# Look for supported compilers --# --for c in $CCS; do -- if CCPATH=`which $c 2>&1` && [ -z "${CCPATH%%/*}" ]; then -- CC="$c" -- break -- fi --done -+CC=gcc - - # - # Make a link to a proper Makefile.*