[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8e62f85949f99ec663ef70ead662f98f96965ea7)

Vlad Glagolev scm at sourcemage.org
Mon Jan 5 23:11:52 EST 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 graphics/netpbm/PRE_BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8e62f85949f99ec663ef70ead662f98f96965ea7
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    netpbm: fixed linking path

diff --git a/graphics/netpbm/PRE_BUILD b/graphics/netpbm/PRE_BUILD
index d900047..c580042 100755
--- a/graphics/netpbm/PRE_BUILD
+++ b/graphics/netpbm/PRE_BUILD
@@ -5,8 +5,8 @@ if [[ $NETPBM_RELEASE == stable ]] || [[ $NETPBM_RELEASE == superstable ]]; then
   patch -p1 < "$SPELL_DIRECTORY/netpbm-10.42.0-gcc43.patch"
 fi &&
 
-# don't install empty dir
-sed -i "s:\$(PKGDIR)/link::g" lib/Makefile &&
+# create proper .so symlink
+sed -i "s:/link:/lib:g" lib/Makefile &&
 
 # fixing paths
 sed -i "s:misc:share/netpbm:;s:/man/:/share/man/:g" Makefile.common



More information about the SM-Commit mailing list