pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xpipe



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Dec 19 16:39:37 UTC 2022

Modified Files:
        pkgsrc/sysutils/xpipe: Makefile

Log Message:
sysutils/xpipe: prevent deprecated linking mode for libbsd on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xpipe/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/xpipe/Makefile
diff -u pkgsrc/sysutils/xpipe/Makefile:1.1 pkgsrc/sysutils/xpipe/Makefile:1.2
--- pkgsrc/sysutils/xpipe/Makefile:1.1  Sun Sep 18 22:38:44 2022
+++ pkgsrc/sysutils/xpipe/Makefile      Mon Dec 19 16:39:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/18 22:38:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/19 16:39:37 vins Exp $
 
 DISTNAME=      xpipe-2.2
 CATEGORIES=    sysutils
@@ -11,11 +11,6 @@ LICENSE=     2-clause-bsd
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Linux
-LDFLAGS+=       -lbsd
-CFLAGS+=       -I${PREFIX}/bsd
-.endif
-
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
 



Home | Main Index | Thread Index | Old Index