pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fam



Module Name:    pkgsrc
Committed By:   vins
Date:           Wed Sep  6 10:50:29 UTC 2023

Modified Files:
        pkgsrc/sysutils/fam: Makefile

Log Message:
sysutils/fam: fix linking error on Linux for missing standard libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/fam/Makefile

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

Modified files:

Index: pkgsrc/sysutils/fam/Makefile
diff -u pkgsrc/sysutils/fam/Makefile:1.46 pkgsrc/sysutils/fam/Makefile:1.47
--- pkgsrc/sysutils/fam/Makefile:1.46   Sat Sep  2 15:26:58 2023
+++ pkgsrc/sysutils/fam/Makefile        Wed Sep  6 10:50:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2023/09/02 15:26:58 vins Exp $
+# $NetBSD: Makefile,v 1.47 2023/09/06 10:50:28 vins Exp $
 
 DISTNAME=              fam-2.7.0
 PKGREVISION=           9
@@ -51,7 +51,6 @@ SUBST_SED.kqueue+=    -e 's,@LIBS@,@LIBS@ -
 
 MESSAGE_SRC=           ${.CURDIR}/MESSAGE ${.CURDIR}/MESSAGE.kqueue
 
-.include "../../mk/pthread.buildlink3.mk"
 .endif
 
 .if ${OPSYS} == "Linux"
@@ -95,4 +94,6 @@ post-extract:
        ${CP} ${FILESDIR}/IMonKQueue.c++ ${WRKSRC}/src
        ${CP} ${FILESDIR}/imon-compat.h ${WRKSRC}/src
 
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index