freebsd-ports/devel/check/files/patch-Makefile.am
Xin LI ea211c823c New port: check is a unit testing framework for C. It
features a simple interface for defining unit tests,
putting little in the way of the developer. Tests are
run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation
faults or other signals. The output from unit tests can be
used within source code editors and IDEs.

Homepage:	http://check.sourceforge.net/
Submitted by:	rill <jiangzhixiang embedded iscas ac cn>
2007-02-06 11:04:30 +00:00

11 lines
274 B
Text

--- ./Makefile.am.orig Wed Nov 22 07:19:11 2006
+++ ./Makefile.am Tue Feb 6 10:58:26 2007
@@ -27,7 +27,7 @@
m4data_DATA = check.m4
## install check.pc
-pcdatadir = $(libdir)/pkgconfig
+pcdatadir = $(libdir)/../libdata/pkgconfig
pcdata_DATA = check.pc
SVNChangeLog: