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:           Tue Jan 28 12:43:43 UTC 2025

Modified Files:
        pkgsrc/sysutils/fam: Makefile

Log Message:
sysutils/fam: revert accidentally committed change


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/sysutils/fam/Makefile:1.49
--- pkgsrc/sysutils/fam/Makefile:1.48   Mon Jan  6 19:37:32 2025
+++ pkgsrc/sysutils/fam/Makefile        Tue Jan 28 12:43:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2025/01/06 19:37:32 vins Exp $
+# $NetBSD: Makefile,v 1.49 2025/01/28 12:43:43 vins Exp $
 
 DISTNAME=              fam-2.7.0
 PKGREVISION=           9
@@ -54,8 +54,6 @@ MESSAGE_SRC=          ${.CURDIR}/MESSAGE ${.CURD
 .endif
 
 .if ${OPSYS} == "Linux"
-# prevent linking errors for standard libraries.
-BUILDLINK_TRANSFORM+=  rm:-nostdlib
 # glibc lacks RPC support. 
 .include "../../devel/libtirpc/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index