]> git.pld-linux.org Git - packages/cdk.git/blob - cdk-ncurses.patch
- fix
[packages/cdk.git] / cdk-ncurses.patch
1 diff -urN cdk-5.0-20050424.org/Makefile.in cdk-5.0-20050424/Makefile.in
2 --- cdk-5.0-20050424.org/Makefile.in    2005-04-25 01:06:20.000000000 +0200
3 +++ cdk-5.0-20050424/Makefile.in        2006-09-29 13:57:13.517159879 +0200
4 @@ -266,7 +266,7 @@
5         @$(RANLIB) $@
6  
7  cdkshlib $(CDKSHLIB) :: $(CDKSHOBJS) headers.sed
8 -       gcc -shared -Wl,-soname=$(SONAME) $(LDFLAGS) -o $(CDKSHLIB) $(CDKSHOBJS)
9 +       gcc -shared -Wl,-soname=$(SONAME) $(LDFLAGS) -o $(CDKSHLIB) $(CDKSHOBJS) -lncurses
10  
11  #
12  # Make the examples directory.
This page took 0.027342 seconds and 4 git commands to generate.