summaryrefslogtreecommitdiff
path: root/dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch')
-rw-r--r--dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch b/dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch
deleted file mode 100644
index 95cefadd3fe8..000000000000
--- a/dev-cpp/libmcpp/files/libmcpp-2.7.2-fix-build-system.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Specify and install files using idiomatic Automake
-conventions instead of manually installing with cp.
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -23,16 +23,12 @@
- $(top_srcdir)/test-c $(top_srcdir)/test-l $(top_srcdir)/tool \
- $(top_srcdir)/doc $(top_srcdir)/doc-jp
-
--if ! REPLACE_CPP
--install-exec-hook:
-- $(top_srcdir)/config/install-sh -d "$(DESTDIR)$(prefix)/share/doc/mcpp"
-- cp -pf $(top_srcdir)/LICENSE $(top_srcdir)/README $(top_srcdir)/NEWS \
-- $(DESTDIR)$(prefix)/share/doc/mcpp
-- cp -pf $(top_srcdir)/doc/mcpp-manual.html \
-- $(DESTDIR)$(prefix)/share/doc/mcpp
-- cp -pf $(top_srcdir)/doc-jp/mcpp-manual.html \
-- $(DESTDIR)$(prefix)/share/doc/mcpp/mcpp-manual-jp.html
--uninstall-hook:
-- rm -rf $(DESTDIR)$(prefix)/share/doc/mcpp
--endif
-+dist_doc_DATA = README NEWS doc/mcpp-summary.pdf
-
-+dist_html_DATA = \
-+ doc/cpp-test.html \
-+ doc/mcpp-manual.html \
-+ doc/mcpp-porting.html
-+
-+htmljadir = $(htmldir)/doc-jp
-+dist_htmlja_DATA = doc-jp/mcpp-manual.html