From c19b6366f841f74ca1773085049cba145a06371f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Mar 2006 16:17:22 +0000 Subject: touchup syntax #124559 (Portage version: 2.1_pre5-r3) --- sys-libs/zlib/files/zlib-1.2.1-fPIC.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-libs/zlib') diff --git a/sys-libs/zlib/files/zlib-1.2.1-fPIC.patch b/sys-libs/zlib/files/zlib-1.2.1-fPIC.patch index a9be0c1b042d..3a38ad924340 100644 --- a/sys-libs/zlib/files/zlib-1.2.1-fPIC.patch +++ b/sys-libs/zlib/files/zlib-1.2.1-fPIC.patch @@ -1,5 +1,5 @@ ---- zlib-1.2.1.old/configure 2004-08-28 08:19:49.000000000 -0400 -+++ zlib-1.2.1/configure 2004-08-28 08:33:57.745864064 -0400 +--- zlib-1.2.1/configure ++++ zlib-1.2.1/configure @@ -73,7 +73,11 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then @@ -9,7 +9,7 @@ + # the above is horribly wrong on a few archs where -fPIC should ALWAYS be + # used in the creation of shared libraries. without the following, the + # shared lib test will sometimes fail even when shared libs -can- be created. -+ SFLAGS="${CFLAGS-"-O3"} -fPIC" ++ SFLAGS=${CFLAGS-"-O3"} -fPIC CFLAGS="$cflags" case `(uname -s || echo unknown) 2>/dev/null` in Linux | linux | GNU | GNU/*) -- cgit v1.2.3-65-gdbad