summaryrefslogtreecommitdiff
path: root/dev-libs/Ice/files/python_generate.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-libs/Ice/files/python_generate.patch
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-libs/Ice/files/python_generate.patch')
-rw-r--r--dev-libs/Ice/files/python_generate.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/Ice/files/python_generate.patch b/dev-libs/Ice/files/python_generate.patch
deleted file mode 100644
index 7e450402d61e..000000000000
--- a/dev-libs/Ice/files/python_generate.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff '--color=auto' -urN ice-3.8.0.orig/python/Makefile ice-3.8.0/python/Makefile
---- ice-3.8.0.orig/python/Makefile 2025-12-31 11:44:03.404645124 +0100
-+++ ice-3.8.0/python/Makefile 2025-12-31 11:44:51.904526406 +0100
-@@ -33,7 +33,7 @@
- # We use a separate Makefile for building the python packages because their building
- # requires .NOTPARALLEL
- #
--all generate-srcs clean distclean install::
-+all generated-srcs clean distclean install::
- +$(Q)$(MAKE) -C python $@
- +$(Q)$(MAKE) -C test $@
-
-diff '--color=auto' -urN ice-3.8.0.orig/python/config/Make.rules ice-3.8.0/python/config/Make.rules
---- ice-3.8.0.orig/python/config/Make.rules 2025-12-31 11:44:03.404849270 +0100
-+++ ice-3.8.0/python/config/Make.rules 2025-12-31 11:46:31.265288194 +0100
-@@ -90,7 +90,7 @@
- # Add to build target
- generate-srcs all:: $$(STAMPS_$1)
-
--srcs:: generate-srcs
-+srcs:: generated-srcs
-
- # Clean rule
- clean::