From 2af44768f45c1334e61d39001265268a1e444cb9 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Thu, 22 Aug 2013 15:55:02 +0100 Subject: Tweak the perl build some Fix the cross makefile. makefile.SH treat us like openbsd. hints/bitrig.sh: remove all version number detection goop. this is for openbsd versions that are currently *higher* then the bitrig version number, so avoid foot shooting by throwing it out. Signed-off-by: Chris 'BinGOs' Williams --- Cross/Makefile-cross-SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cross/Makefile-cross-SH') diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index e83cd4cf8f..13945ceb19 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -67,7 +67,7 @@ true) sunos*) linklibperl="-lperl" ;; - netbsd*|freebsd[234]*|openbsd*|dragonfly*) + netbsd*|freebsd[234]*|openbsd*|dragonfly*|bitrig*) linklibperl="-L. -lperl" ;; interix*) -- cgit v1.2.1