diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:06:01 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:06:01 +0000 |
commit | 21e0064950815d0766c1141b78c09b4a173239fb (patch) | |
tree | 567f0223f5657005884baeca5ec7ea813f1bea72 /package/cups/cups-1.3.5-no-tests-man.patch | |
parent | 0e2ac92534e8dcceba5be8f3a44befc8b6dbb470 (diff) | |
download | buildroot-novena-21e0064950815d0766c1141b78c09b4a173239fb.tar.gz buildroot-novena-21e0064950815d0766c1141b78c09b4a173239fb.zip |
added cups
Diffstat (limited to 'package/cups/cups-1.3.5-no-tests-man.patch')
-rw-r--r-- | package/cups/cups-1.3.5-no-tests-man.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/cups/cups-1.3.5-no-tests-man.patch b/package/cups/cups-1.3.5-no-tests-man.patch new file mode 100644 index 000000000..567c801c6 --- /dev/null +++ b/package/cups/cups-1.3.5-no-tests-man.patch @@ -0,0 +1,13 @@ +--- cups-1.3.5/Makefile 2007-12-06 15:09:39.000000000 -0500 ++++ cups-1.3.5/Makefile 2008-02-09 21:53:03.000000000 -0500 +@@ -19,8 +19,8 @@ include Makedefs + # Directories to make... + # + +-DIRS = cups backend berkeley cgi-bin filter locale man monitor \ +- notifier $(PDFTOPS) scheduler systemv test \ ++DIRS = cups backend berkeley cgi-bin filter locale monitor \ ++ notifier $(PDFTOPS) scheduler systemv \ + $(PHPDIR) \ + conf data doc $(FONTS) ppd templates + |