Convert cscope to working recipe

This commit is contained in:
Chris Roberts
2013-10-16 16:17:16 -06:00
parent bd04c88bb6
commit c3ddab959c
2 changed files with 52 additions and 11 deletions

View File

@@ -1,11 +1,12 @@
diff -ur cscope-15.7a/configure.in cscope-15.7a-haiku/configure.in
--- cscope-15.7a/configure.in 2009-04-30 13:17:34.000000000 -0600
+++ cscope-15.7a-haiku/configure.in 2009-12-29 02:33:05.000000000 -0700
@@ -264,6 +264,8 @@
@@ -264,6 +264,9 @@
AC_NCURSES(/usr/include/ncurses, curses.h, -lncurses, -I/usr/include/ncurses -DRENAMED_NCURSES, "renamed ncurses on /usr/include/ncurses")
+ AC_NCURSES(/boot/develop/headers/3rdparty, ncurses.h, -lncurses,, "ncurses on /boot/develop/headers/3rdparty")
+ AC_NCURSES(/boot/system/develop/headers, ncurses.h, -lncurses,, "ncurses on /boot/system/develop/headers")
+ AC_NCURSES(/boot/home/config/develop/headers, ncurses.h, -lncurses,, "ncurses on /boot/home/config/develop/headers")
+
dnl
dnl We couldn't find ncurses, try SysV curses