From e0984a2582bdf610097b92753a2bfdbcff4df975 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 11 Jan 2004 17:59:28 +0000 Subject: Ok, it's not my day... gimme that extra large pointy hat please. There slipped in a hardcoded /usr/local, it was supposed to be a placeholder for LOCALBASE (to find the stlport lib in the ld wrapper). Thanks to: Marius Strobl for reviewing the commits. --- lang/icc7/files/patch-ia32::bin::icpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/icc7/files/patch-ia32::bin::icpc') diff --git a/lang/icc7/files/patch-ia32::bin::icpc b/lang/icc7/files/patch-ia32::bin::icpc index 273ba769c93e..6e93712939c3 100644 --- a/lang/icc7/files/patch-ia32::bin::icpc +++ b/lang/icc7/files/patch-ia32::bin::icpc @@ -4,7 +4,7 @@ #!/bin/sh -if [ -z INTEL_LICENSE_FILE ] -+ICC_LOCALBASE=/usr/local ++ICC_LOCALBASE=%%ICC_LOCALBASE%% +export ICC_LOCALBASE; + +if [ -z "$INTEL_LICENSE_FILE" ] -- cgit v1.2.3