openbsd-ports/devel/cppunit/patches/patch-src_cppunit_Makefile_in
jasper 80882b7731 - update cppunit to 1.12.1
- specify license version
- tweak DESCR

tested in a bulk build by me
2008-10-24 14:49:44 +00:00

14 lines
481 B
Plaintext

$OpenBSD: patch-src_cppunit_Makefile_in,v 1.2 2008/10/24 14:49:44 jasper Exp $
--- src/cppunit/Makefile.in.orig Wed Feb 20 06:59:55 2008
+++ src/cppunit/Makefile.in Sun Oct 19 23:03:52 2008
@@ -299,8 +299,7 @@ libcppunit_la_SOURCES = \
Win32DynamicLibraryManager.cpp
libcppunit_la_LDFLAGS = \
- -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE)
+ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
all: all-am