aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-Makefile')
-rw-r--r--devel/ice/files/patch-Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/ice/files/patch-Makefile b/devel/ice/files/patch-Makefile
deleted file mode 100644
index fc16735e955d..000000000000
--- a/devel/ice/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- cpp.orig/Makefile 2012-03-04 21:38:42.000000000 +0100
-+++ cpp/Makefile 2012-03-04 21:38:42.000000000 +0100
-@@ -11,7 +11,22 @@
-
- include $(top_srcdir)/config/Make.rules
-
--SUBDIRS = config src include test demo
-+SUBDIRS = config src include
-+
-+ifeq ($(NOTESTS),)
-+SUBDIRS += test
-+endif
-+
-+ifeq ($(NODEMOS),)
-+SUBDIRS += demo
-+endif
-+
-+ifeq ($(NOPORTDOCS),)
-+SUBDIRS += doc
-+endif
-+
-+ INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)
-+
-
- INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)
-