Files
ports/devel/cppunit/patches/patch-src_cppunit_Makefile_in
matthieu c8198c3f91 Update to cppunit 1.15.1. Fixes build with llvm22.
ok tb@ who had the same diff.
2026-05-19 19:31:46 +00:00

14 lines
431 B
Plaintext

Index: src/cppunit/Makefile.in
--- src/cppunit/Makefile.in.orig
+++ src/cppunit/Makefile.in
@@ -478,8 +478,7 @@ libcppunit_la_SOURCES = \
Win32DynamicLibraryManager.cpp
libcppunit_la_LDFLAGS = \
- -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE) $(LIBADD_DL)
+ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libcppunit_la_LIBADD = $(LIBADD_DL)
all: all-am