pkgsrc-WIP-changes archive

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

chromium: libpci problem is not NetBSD specific, but for pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Wed Jul 8 06:01:06 2020 +0900
Changeset:	1a5478b286320874e26bccab6296bd350ecfc65c

Modified Files:
	chromium/Makefile

Log Message:
chromium: libpci problem is not NetBSD specific, but for pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a5478b286320874e26bccab6296bd350ecfc65c

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

diffstat:
 chromium/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index 07596888cd..d4890a412a 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -334,8 +334,8 @@ do-install:
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/nss/buildlink3.mk"
 .include "../../sysutils/pciutils/buildlink3.mk"
-# Use -lpciutils instead of -lpci under NetBSD.
-BUILDLINK_TRANSFORM.NetBSD+=	opt:-lpci:-lpciutils
+# Use -lpciutils instead of -lpci for pkgsrc.
+BUILDLINK_TRANSFORM+=	opt:-lpci:-lpciutils
 .include "../../graphics/png/buildlink3.mk"
 .include "../../devel/re2/buildlink3.mk"
 .include "../../devel/snappy/buildlink3.mk"


Home | Main Index | Thread Index | Old Index