]> git.pld-linux.org Git - packages/cdk.git/commitdiff
- uses ncurses so link with it
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Sep 2006 11:59:31 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdk-ncurses.patch -> 1.1

cdk-ncurses.patch [new file with mode: 0644]

diff --git a/cdk-ncurses.patch b/cdk-ncurses.patch
new file mode 100644 (file)
index 0000000..ed30504
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cdk-5.0-20050424.org/Makefile.in cdk-5.0-20050424/Makefile.in
+--- cdk-5.0-20050424.org/Makefile.in   2005-04-25 01:06:20.000000000 +0200
++++ cdk-5.0-20050424/Makefile.in       2006-09-29 13:57:13.517159879 +0200
+@@ -266,7 +266,7 @@
+       @$(RANLIB) $@
+ cdkshlib $(CDKSHLIB) :: $(CDKSHOBJS) headers.sed
+-      gcc -shared -Wl,-soname=$(SONAME) $(LDFLAGS) -o $(CDKSHLIB) $(CDKSHOBJS)
++      gcc -shared -Wl,-soname=$(SONAME) $(LDFLAGS) -lncurses -o $(CDKSHLIB) $(CDKSHOBJS)
+ #
+ # Make the examples directory.
This page took 0.529926 seconds and 4 git commands to generate.