From 882b6c97d9a8a2188f3348ad12758296b7ea0b6e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 24 Jan 2002 15:13:47 +0000 Subject: [PATCH] better --- graphics/tiff/patches/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/tiff/patches/patch-configure b/graphics/tiff/patches/patch-configure index 6d25739bc3..e33f3571b2 100644 --- a/graphics/tiff/patches/patch-configure +++ b/graphics/tiff/patches/patch-configure @@ -7,7 +7,7 @@ - DSOSUF=so.${DIST_MAJOR}.${DIST_MINOR} - LIBCOPTS='-fpic' + DSOSUF=so.${DIST_MAJOR}${DIST_MINOR}.${DIST_POINT} -+ if [ `uname -m` = "sparc64" ]; then ++ if [ "`uname -m`" = "sparc64" ]; then + LIBCOPTS='-fPIC' + else + LIBCOPTS='-fpic'