commit:     a59cc51f6a74ae65ee0f491a57fc14c468703004
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 18:58:55 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Mar 21 22:10:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59cc51f

dev-libs/libglibutil: Remove unnecessary patch lines

"strip" here is a makefile command, so isn't related to stripping the
binary. Removing these lines breaks the dependency graph.

Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>

 .../files/libglibutil-1.0.76-respect-env.patch          | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch 
b/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch
index 33c8fb9942..40cb815088 100644
--- a/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch
+++ b/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch
@@ -29,23 +29,6 @@ index 2b26813..e56d42f 100644
  
  #
  # Files
-@@ -130,11 +130,11 @@ COVERAGE_STATIC_LIB = $(COVERAGE_BUILD_DIR)/$(STATIC_LIB)
- #
- 
- DEPS = $(DEBUG_OBJS:%.o=%.d) $(RELEASE_OBJS:%.o=%.d) $(COVERAGE_OBJS:%.o=%.d)
--ifneq ($(MAKECMDGOALS),clean)
--ifneq ($(strip $(DEPS)),)
---include $(DEPS)
--endif
--endif
-+#ifneq ($(MAKECMDGOALS),clean)
-+#ifneq ($(strip $(DEPS)),)
-+#-include $(DEPS)
-+#endif
-+#endif
- 
- $(PKGCONFIG): | $(BUILD_DIR)
- $(DEBUG_OBJS) $(DEBUG_LIB) $(DEBUG_STATIC_LIB): | $(DEBUG_BUILD_DIR)
 @@ -202,7 +202,7 @@ $(DEBUG_LIB): $(DEBUG_OBJS)
  $(RELEASE_LIB): $(RELEASE_OBJS)
        $(LD) $(RELEASE_OBJS) $(RELEASE_LDFLAGS) -o $@ $(LIBS)

Reply via email to