Index: Makefile
===================================================================
RCS file: /var/cvsroot/streamdev/Makefile,v
retrieving revision 1.4
diff -U3 -r1.4 Makefile
--- Makefile	11 Feb 2005 16:44:14 -0000	1.4
+++ Makefile	6 Mar 2005 11:41:39 -0000
@@ -71,19 +71,20 @@
 else
 	CXXFLAGS += -O2
 endif
+	CXXFLAGS += -g
 
-ifeq ($(shell test -f $(VDRDIR)/fontsym.h ; echo $$?),0)
-  DEFINES += -DHAVE_BEAUTYPATCH
-endif
-
-ifeq ($(shell test -f $(VDRDIR)/fontsym.c ; echo $$?),0)
-  DEFINES += -DHAVE_BEAUTYPATCH
-endif
+#ifeq ($(shell test -f $(VDRDIR)/fontsym.h ; echo $$?),0)
+#  DEFINES += -DHAVE_BEAUTYPATCH
+#endif
+
+#ifeq ($(shell test -f $(VDRDIR)/fontsym.c ; echo $$?),0)
+#  DEFINES += -DHAVE_BEAUTYPATCH
+#endif
 
 # HAVE_AUTOPID only applies if VDRVERSNUM < 10300
-ifeq ($(shell test -f $(VDRDIR)/sections.c ; echo $$?),0)
-  DEFINES += -DHAVE_AUTOPID
-endif
+#ifeq ($(shell test -f $(VDRDIR)/sections.c ; echo $$?),0)
+#  DEFINES += -DHAVE_AUTOPID
+#endif
 
 libdvbmpeg/libdvbmpegtools.a: libdvbmpeg/*.c libdvbmpeg/*.cc libdvbmpeg/*.h libdvbmpeg/*.hh
 	make -C ./libdvbmpeg libdvbmpegtools.a
