From 02e36a99a9739e660a17243fc442380284a81d99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Dec 2011 07:44:11 +0100 Subject: ice: import from f16 --- Ice-3.3-dont-build-demo-test.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Ice-3.3-dont-build-demo-test.patch (limited to 'Ice-3.3-dont-build-demo-test.patch') diff --git a/Ice-3.3-dont-build-demo-test.patch b/Ice-3.3-dont-build-demo-test.patch new file mode 100644 index 0000000..87c0ce8 --- /dev/null +++ b/Ice-3.3-dont-build-demo-test.patch @@ -0,0 +1,24 @@ +diff -ur Ice-3.3.0.orig/cpp/Makefile Ice-3.3.0/cpp/Makefile +--- Ice-3.3.0.orig/cpp/Makefile 2008-05-16 18:24:00.000000000 +0100 ++++ Ice-3.3.0/cpp/Makefile 2008-05-21 11:18:17.000000000 +0100 +@@ -11,7 +11,7 @@ + + include $(top_srcdir)/config/Make.rules + +-SUBDIRS = config src include test demo ++SUBDIRS = config src include + + INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir) + +diff -ur Ice-3.3.0.orig/cs/Makefile Ice-3.3.0/cs/Makefile +--- Ice-3.3.0.orig/cs/Makefile 2008-05-16 18:24:01.000000000 +0100 ++++ Ice-3.3.0/cs/Makefile 2008-05-21 11:18:22.000000000 +0100 +@@ -11,7 +11,7 @@ + + include $(top_srcdir)/config/Make.rules.cs + +-SUBDIRS = src test demo ++SUBDIRS = src + + install:: install-common + @if test ! -d $(install_bindir) ; \ -- cgit