]> git.pld-linux.org Git - packages/slang.git/blame - slang-nodevel.patch
- adapterized, cosmetics
[packages/slang.git] / slang-nodevel.patch
CommitLineData
e10b4884 1diff -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.092429 seconds and 4 git commands to generate.