]> git.pld-linux.org Git - packages/slang.git/blob - slang-nodevel.patch
- adapterized, cosmetics
[packages/slang.git] / slang-nodevel.patch
1 diff -ur slang-1.4.4/slsh/Makefile.in slang-1.4.4.my/slsh/Makefile.in
2 --- slang-1.4.4/slsh/Makefile.in        Wed Feb 21 02:17:31 2001
3 +++ slang-1.4.4.my/slsh/Makefile.in     Sun Jun 24 13:33:22 2001
4 @@ -6,8 +6,8 @@
5  #---------------------------------------------------------------------------
6  prefix                 = @prefix@
7  exec_prefix    = @exec_prefix@
8 -SLANG_INC      = -I@includedir@
9 -SLANG_LIB      = -L@libdir@ -lslang
10 +SLANG_INC      = -I@includedir@ -I../src
11 +SLANG_LIB      = -L@libdir@ -lslang -L../src/elfobjs
12  #---------------------------------------------------------------------------
13  DL_LIB         = @DYNAMIC_LINK_LIB@
14  
This page took 0.023595 seconds and 3 git commands to generate.