SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/cppunit/patches/patch-Makefile_in
Normal file
12
devel/cppunit/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -385,7 +385,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-SUBDIRS = src include examples doc
|
||||
+SUBDIRS = src include examples
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = cppunit.pc
|
||||
doc_DATA = \
|
10
devel/cppunit/patches/patch-include_cppunit_TestResult_h
Normal file
10
devel/cppunit/patches/patch-include_cppunit_TestResult_h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- include/cppunit/TestResult.h.orig Thu Apr 3 15:14:50 2008
|
||||
+++ include/cppunit/TestResult.h Thu Apr 3 15:14:58 2008
|
||||
@@ -2,6 +2,7 @@
|
||||
#define CPPUNIT_TESTRESULT_H
|
||||
|
||||
#include <cppunit/Portability.h>
|
||||
+#include <string>
|
||||
|
||||
#if CPPUNIT_NEED_DLL_DECL
|
||||
#pragma warning( push )
|
13
devel/cppunit/patches/patch-src_cppunit_Makefile_in
Normal file
13
devel/cppunit/patches/patch-src_cppunit_Makefile_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/cppunit/Makefile.in
|
||||
--- src/cppunit/Makefile.in.orig
|
||||
+++ src/cppunit/Makefile.in
|
||||
@@ -446,8 +446,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
|
Loading…
Add table
Add a link
Reference in a new issue