pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rpm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  8 08:54:30 UTC 2021

Modified Files:
        pkgsrc/misc/rpm: Makefile

Log Message:
rpm: help it find nss


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/misc/rpm/Makefile

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

Modified files:

Index: pkgsrc/misc/rpm/Makefile
diff -u pkgsrc/misc/rpm/Makefile:1.99 pkgsrc/misc/rpm/Makefile:1.100
--- pkgsrc/misc/rpm/Makefile:1.99       Mon Aug 31 18:10:25 2020
+++ pkgsrc/misc/rpm/Makefile    Thu Apr  8 08:54:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/08/31 18:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2021/04/08 08:54:30 wiz Exp $
 
 DISTNAME=      rpm-4.13.0.1
 PKGREVISION=   6
@@ -30,6 +30,9 @@ CONFIGURE_ENV+=               MYPATH=/sbin:/bin:/usr/
 CONFIGURE_ENV+=                varprefix=${RPM_DB_PREFIX:Q}
 CONFIGURE_ENV.Darwin+= ac_cv_func_fdatasync=no
 
+# for detecting nss
+CPPFLAGS+=             -I${PREFIX}/include/nss
+
 PKGCONFIG_OVERRIDE=    rpm.pc.in
 
 GMAKE_REQD=            3.82nb1



Home | Main Index | Thread Index | Old Index