summaryrefslogtreecommitdiff
path: root/net/slurm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/slurm/patches/patch-ac')
-rw-r--r--net/slurm/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/slurm/patches/patch-ac b/net/slurm/patches/patch-ac
new file mode 100644
index 00000000000..06adca49c29
--- /dev/null
+++ b/net/slurm/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/10/16 12:55:02 cube Exp $
+
+--- configure.in.orig 2003-09-08 23:23:22.000000000 +0200
++++ configure.in
+@@ -30,7 +30,7 @@ AC_SUBST(VERSION)
+ AC_CHECK_LIB(kstat, kstat_open, SOLLIBS="-lkstat -lsocket", SOLLIBS="")
+ AC_SUBST(SOLLIBS)
+
+-AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses"; CFLAGS="$CFLAGS -D_HAVE_NCURSES", AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses"; CFLAGS="$CFLAGS -D_HAVE_CURSES"; echo "NO TRANSPARENCY SUPPORT (install ncurses if you want it)!"))
++AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses"; CFLAGS="$CFLAGS -D_HAVE_CURSES", AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses"; CFLAGS="$CFLAGS -D_HAVE_NCURSES"; echo "NO TRANSPARENCY SUPPORT (install ncurses if you want it)!"))
+ AC_CHECK_LIB(fridge, vanilla_coke, echo "WTF?!", echo "Warning: No vanilla coke found in fridge.";echo "We highly suggest that you rectify this situation immediatly.")
+
+ AC_CONFIG_HEADER(config.h)