2005-03-08 02:56:44 -05:00
|
|
|
$OpenBSD: patch-configure_in,v 1.2 2005/03/08 07:56:44 alek Exp $
|
2002-10-06 18:28:49 -04:00
|
|
|
--- configure.in.orig Fri Jun 4 13:39:32 1999
|
2005-03-08 02:56:44 -05:00
|
|
|
+++ configure.in Tue Mar 8 08:46:52 2005
|
|
|
|
@@ -230,6 +230,10 @@ sparc-sun-sunos*)
|
2002-10-06 18:28:49 -04:00
|
|
|
V_TARCMD="tar -h -c -f"
|
|
|
|
V_LIB="$V_LIB -L/usr/local/lib"
|
|
|
|
;;
|
|
|
|
+*-*-openbsd*)
|
|
|
|
+ V_DEFINE="$V_DEFINE -DSIGARGS=int"
|
2005-03-08 02:56:44 -05:00
|
|
|
+ V_STATIC=""
|
2002-10-06 18:28:49 -04:00
|
|
|
+ ;;
|
|
|
|
*-*-freebsd*)
|
|
|
|
|
|
|
|
;;
|