git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1713 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,12 @@ |
|||||
|
--- ./demos/lineart.c.orig 2000-02-19 11:12:28.000000000 +0200
|
||||
|
+++ ./demos/lineart.c 2003-10-19 08:40:01.000000000 +0300
|
||||
|
@@ -19,8 +19,7 @@
|
||||
|
|
||||
|
if(mode == 0) |
||||
|
{ |
||||
|
- printf("Usage:linp [mode mode ...]\n
|
||||
|
- where mode is an integer.\n");
|
||||
|
+ printf("Usage:linp [mode mode ...]\n\nwhere mode is an integer.\n");
|
||||
|
return; |
||||
|
} |
||||
|
if(! vga_hasmode(mode)) {diff -Nru3 trunk-1582/package/jimmy/svgalib/installmodule.patch trunk/package/jimmy/svgalib/installmodule.patch |
@ -0,0 +1,23 @@ |
|||||
|
--- ./Makefile.cfg.orig 2003-01-24 13:56:05.000000000 +0200
|
||||
|
+++ ./Makefile.cfg 2003-10-06 21:52:14.000000000 +0300
|
||||
|
@@ -128,6 +128,9 @@
|
||||
|
# Comment this out if you use devfs only and don't want to make svga nodes |
||||
|
INSTALLDEV = installdev |
||||
|
|
||||
|
+# Comment this out if you are going to install the kernel module manually
|
||||
|
+INSTALLMODULE = installmodule
|
||||
|
+
|
||||
|
# |
||||
|
# Comment out any driver that you don't want included in the library. |
||||
|
# |
||||
|
--- ./Makefile.orig 2002-12-22 12:58:47.000000000 +0200
|
||||
|
+++ ./Makefile 2003-10-06 21:52:15.000000000 +0300
|
||||
|
@@ -211,7 +211,7 @@
|
||||
|
(cd threeDKit/; $(MAKE) install) |
||||
|
|
||||
|
install: uninstall installheaders $(INSTALLSHAREDLIB) installconfig \ |
||||
|
- $(INSTALLSTATICLIB) $(INSTALLUTILS) $(INSTALLMAN) installmodule $(INSTALLDEV) \
|
||||
|
+ $(INSTALLSTATICLIB) $(INSTALLUTILS) $(INSTALLMAN) $(INSTALLMODULE) $(INSTALLDEV) \
|
||||
|
lib3dkit-install |
||||
|
@echo |
||||
|
@echo |