mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Convert cscope to working recipe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user