mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
--- ./src/cppunit/Makefile.in.orig 2013-11-11 07:41:53.000000000 +0300
|
|
+++ ./src/cppunit/Makefile.in 2017-05-11 09:17:21.078174000 +0200
|
|
@@ -390,8 +390,7 @@
|
|
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
|