add forgotten patch to make the autoconf script recognize OpenBSD
This commit is contained in:
parent
92c2c0a6e1
commit
f11cee28a5
12
devel/libslang/patches/patch-ac
Normal file
12
devel/libslang/patches/patch-ac
Normal file
@ -0,0 +1,12 @@
|
||||
--- autoconf/config.guess.~1~ Sun Jun 6 16:34:54 1999
|
||||
+++ autoconf/config.guess Tue Jun 22 18:19:33 1999
|
||||
@@ -324,6 +324,9 @@
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
+ *:OpenBSD:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
+ exit 0 ;;
|
||||
i*:CYGWIN*:*)
|
||||
echo i386-unknown-cygwin32
|
||||
exit 0 ;;
|
Loading…
Reference in New Issue
Block a user