gentoo-ebuilds/sci-physics/fastjet-contrib/files/fastjet-contrib-1.055-ar-part2.patch
Alexander Puck Neuwirth b12b22dc56
sci-physics/fastjet-contrib: delete static-libs
sci-physics/fastjet itself also does not have static-libs.

Closes: https://bugs.gentoo.org/961506
Closes: https://bugs.gentoo.org/961717
Part-of: https://github.com/gentoo/gentoo/pull/43507
Closes: https://github.com/gentoo/gentoo/pull/43507
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
2025-08-25 12:35:35 +02:00

14 lines
361 B
Diff

https://github.com/fjcontrib/fjcontrib/issues/3
--- a/SignalFreeBackgroundEstimator/Makefile
+++ b/SignalFreeBackgroundEstimator/Makefile
@@ -39,8 +39,8 @@
all: lib$(NAME).a
lib$(NAME).a: $(OBJS)
- ar cru lib$(NAME).a $(OBJS)
- ranlib lib$(NAME).a
+ $(AR) cru lib$(NAME).a $(OBJS)
+ $(RANLIB) lib$(NAME).a
# building the examples
examples: $(EXAMPLES)