pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/googletest



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jan 10 06:29:48 UTC 2020

Modified Files:
        pkgsrc/devel/googletest: Makefile

Log Message:
Add missing rpaths to pkg-config files (pkg-config overrides)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/googletest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/googletest/Makefile
diff -u pkgsrc/devel/googletest/Makefile:1.15 pkgsrc/devel/googletest/Makefile:1.16
--- pkgsrc/devel/googletest/Makefile:1.15       Mon Sep 10 10:23:33 2018
+++ pkgsrc/devel/googletest/Makefile    Fri Jan 10 06:29:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/09/10 10:23:33 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/10 06:29:48 nros Exp $
 
 DISTNAME=      googletest-1.8.1
 CATEGORIES=    devel
@@ -12,7 +12,12 @@ LICENSE=     modified-bsd
 
 INSTALLATION_DIRS=     bin
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++11
+USE_CMAKE=             yes
+USE_LANGUAGES=         c c++11
+
+PKGCONFIG_OVERRIDE+=   googlemock/cmake/gmock.pc.in
+PKGCONFIG_OVERRIDE+=   googlemock/cmake/gmock_main.pc.in
+PKGCONFIG_OVERRIDE+=   googletest/cmake/gtest.pc.in
+PKGCONFIG_OVERRIDE+=   googletest/cmake/gtest_main.pc.in
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index