summaryrefslogtreecommitdiff
path: root/ham/usrp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ham/usrp/patches/patch-aa')
-rw-r--r--ham/usrp/patches/patch-aa60
1 files changed, 46 insertions, 14 deletions
diff --git a/ham/usrp/patches/patch-aa b/ham/usrp/patches/patch-aa
index df53ae451b0..1506c21cdf7 100644
--- a/ham/usrp/patches/patch-aa
+++ b/ham/usrp/patches/patch-aa
@@ -1,15 +1,47 @@
-$NetBSD: patch-aa,v 1.1 2006/10/24 17:22:18 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2006/11/13 18:32:36 wulf Exp $
---- config/gr_boost.m4.orig 2006-04-04 00:52:00.000000000 +0200
-+++ config/gr_boost.m4 2006-10-24 10:47:04.000000000 +0200
-@@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES],
- [path to boost c++ include files]),
- [
- # "yes" and "no" are bogus answers
-- if test x"$with_boost_include_dir" == xyes ||
-- test x"$with_boost_include_dir" == xno; then
-+ if test x"$with_boost_include_dir" = xyes ||
-+ test x"$with_boost_include_dir" = xno; then
- gr_boost_include_dir=
- else
- gr_boost_include_dir=$with_boost_include_dir
+--- usrp/doc/Makefile.in.orig 2006-11-14 05:52:57.000000000 +1030
++++ usrp/doc/Makefile.in 2006-11-14 05:53:30.000000000 +1030
+@@ -745,25 +745,25 @@
+ xmlto html-nochunks $<
+
+ install-data-local:
+- $(mkinstalldirs) $(DESTDIR)$(docdir)
+- @for i in $(top_srcdir)/usrp/README $(top_srcdir)/usrp/ChangeLog; do \
+- echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
+- $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
+- done
+-
+- mkdir -p $(DESTDIR)$(docdir)/html
+- @for i in $(DOCBOOK_HTML_FILES); do \
+- echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html"; \
+- $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html; \
+- done
+- cp -r html $(DESTDIR)$(docdir)
++# $(mkinstalldirs) $(DESTDIR)$(docdir)
++# @for i in $(top_srcdir)/usrp/README $(top_srcdir)/usrp/ChangeLog; do \
++# echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
++# $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
++# done
++#
++# mkdir -p $(DESTDIR)$(docdir)/html
++# @for i in $(DOCBOOK_HTML_FILES); do \
++# echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html"; \
++# $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html; \
++# done
++# cp -r html $(DESTDIR)$(docdir)
+
+ uninstall-local:
+- @for i in README ChangeLog; do \
+- echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \
+- $(RM) $(DESTDIR)$(docdir)/$$i; \
+- done
+- $(RM) -fr $(DESTDIR)$(docdir)/html
++# @for i in README ChangeLog; do \
++# echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \
++# $(RM) $(DESTDIR)$(docdir)/$$i; \
++# done
++# $(RM) -fr $(DESTDIR)$(docdir)/html
+
+ clean-local:
+ $(RM) -fr latex html man xml $(DOCBOOK_HTML_FILES)