pkgsrc/devel/gmock/patches/patch-Makefile.in
ryoon 6f11ad73fc Import gmock-1.6.0 (googlemock) as devel/gmock from wip/gmock
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes. Google Mock:

* lets you create mock classes trivially using simple macros,
* supports a rich set of matchers and actions,
* handles unordered, partially ordered, or completely ordered expectations,
* is extensible by users, and
* works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.
2011-07-29 15:18:29 +00:00

23 lines
577 B
Text

$NetBSD: patch-Makefile.in,v 1.1.1.1 2011/07/29 15:18:29 ryoon Exp $
* Enable 'make install'
--- Makefile.in.orig 2011-04-15 19:55:44.000000000 +0000
+++ Makefile.in
@@ -1202,14 +1202,14 @@ info: info-recursive
info-am:
-install-data-am: install-data-local install-pkgincludeHEADERS \
+install-data-am: install-pkgincludeHEADERS \
install-pkginclude_internalHEADERS
install-dvi: install-dvi-recursive
install-dvi-am:
-install-exec-am: install-exec-local install-libLTLIBRARIES
+install-exec-am: install-libLTLIBRARIES
install-html: install-html-recursive