]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
perl-xml-libxml: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 23 Apr 2008 17:21:48 +0000 (17:21 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 23 Apr 2008 17:21:48 +0000 (17:21 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1807 370017ae-e619-0410-ac65-c121f96126d4

dev/perl/perl-xml-libxml/perl-xml-libxml.SlackBuild

index 8dfd665a9ee67c978675dab437edfc0f66e4b912..01bbce5644124bc6ec42ea648f1d28f785eb9fc8 100755 (executable)
@@ -89,6 +89,10 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA
 PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
 cd "$PKG_SRC"
 
+# Makefile fix
+eval $(perl '-V:sitelibexp') 
+sed -i -e "s,\(-MXML::SAX\),-I${PKG}/${sitelibexp} \1," Makefile.PL
+
 # Configure
 perl Makefile.PL || exit $ERROR_CONF