]> git.pld-linux.org Git - packages/biew.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:27 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    biew-CURSES.patch -> 1.2

biew-CURSES.patch [deleted file]

diff --git a/biew-CURSES.patch b/biew-CURSES.patch
deleted file mode 100644 (file)
index c226a4b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -ur biew-520/makefile.inc biew-520.curses/makefile.inc
---- biew-520/makefile.inc      Sat Oct 21 11:17:06 2000
-+++ biew-520.curses/makefile.inc       Sat Nov 18 22:08:02 2000
-@@ -62,7 +62,7 @@
- endif
- ifeq ($(TARGET_OS),linux)
-  HOST=linux
-- CDEFOS=-D__LINUX__ -D__UNIX__ -D__OS_NAME__='"Linux"' -D_VT100_ -D__OS__="linux" -Ulinux
-+ CDEFOS=-D__LINUX__ -D__UNIX__ -D__OS_NAME__='"Linux"' -D__OS__="linux" -Ulinux
-  OSLDEF=
-  OS_LIBS=
-  ifeq ($(USE_MOUSE),n)
-@@ -70,6 +70,18 @@
-   CDEFOS += -DHAVE_MOUSE
-   OS_LIBS += -lgpm
-  endif
-+ ifeq ($(TARGET_SCREEN_LIB),vt100)
-+   CDEFOS += -D_VT100_
-+ else
-+   ifeq ($(TARGET_SCREEN_LIB),slang)
-+     CDEFOS += -D_SLANG_
-+     OS_LIBS += -lslang
-+   else
-+       CDEFOS += -D_CURSES_
-+       OS_LIBS += -lncurses
-+   endif
-+ endif
-+
- endif
- ifeq ($(TARGET_OS),unix)
-  HOST=unix
This page took 0.061002 seconds and 4 git commands to generate.