OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../vdr/make-config.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -ruN vdr-1.3.5/Make.config vdr-1.3.5-work/Make.config
  17. --- vdr-1.3.5/Make.config 1970-01-01 01:00:00.000000000 +0100
  18. +++ vdr-1.3.5-work/Make.config 2004-03-04 17:55:39.418586642 +0100
  19. @@ -0,0 +1,25 @@
  20. +#
  21. +# User defined Makefile options for the Video Disk Recorder
  22. +#
  23. +
  24. +### The C compiler and options:
  25. +
  26. +CC = gcc
  27. +CFLAGS = -O2
  28. +
  29. +CXX = g++
  30. +CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual
  31. +
  32. +### The directory environment:
  33. +
  34. +DVBDIR = /usr/include/linux/dvb
  35. +MANDIR = /usr/man
  36. +BINDIR = /usr/bin
  37. +
  38. +PLUGINDIR= ./PLUGINS
  39. +PLUGINLIBDIR= $(PLUGINDIR)/lib
  40. +VIDEODIR = /video
  41. +
  42. +REMOTE=LIRC
  43. +#NO_KBD=1
  44. +
  45. #diff -ruN vdr-1.3.5/Makefile vdr-1.3.5-work/Makefile
  46. #--- vdr-1.3.5/Makefile 2004-01-18 15:16:53.000000000 +0100
  47. #+++ vdr-1.3.5-work/Makefile 2004-03-04 17:52:03.923622148 +0100
  48. #@@ -29,7 +29,7 @@
  49. #
  50. # -include Make.config
  51. #
  52. #-INCLUDES = -I$(DVBDIR)/include
  53. #+INCLUDES = -I/usr/src/linux/include -I$(DVBDIR)
  54. #
  55. # SILIB = $(LSIDIR)/libsi.a
  56. #