mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c8198c3f91
ok tb@ who had the same diff.
14 lines
431 B
Plaintext
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
|