pkgsrc/lang/perl5/patches/patch-cp
obache 21d3eaa123 Improve Haiku Support
* Make perl executable
* Add rpath for linkage, to allow using libraries outside of default LIB_PATH.
* Allow PREFIX != /boot/common (patch-cp)
2010-08-21 03:12:46 +00:00

13 lines
265 B
Text

$NetBSD: patch-cp,v 1.1 2010/08/21 03:12:46 obache Exp $
Allow to install our prefix.
--- hints/haiku.sh.orig 2010-04-26 08:09:20.000000000 +0000
+++ hints/haiku.sh
@@ -3,3 +3,5 @@
-prefix="/boot/common"
+case "$prefix" in
+'') prefix="/boot/common" ;;
+esac