pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/rtunes audio/rtunes: libbsd handling changes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71cb33d753c
branches:  trunk
changeset: 390460:a71cb33d753c
user:      vins <vins%pkgsrc.org@localhost>
date:      Mon Dec 19 16:45:42 2022 +0000

description:
audio/rtunes: libbsd handling changes.
* only require libbsd on Linux. To date, we don't know of any platform
  but Linux where the library compiles fine.
* prevent deprecated linking mode for libbsd on Linux.

diffstat:

 audio/rtunes/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 869487d81445 -r a71cb33d753c audio/rtunes/Makefile
--- a/audio/rtunes/Makefile     Mon Dec 19 16:39:37 2022 +0000
+++ b/audio/rtunes/Makefile     Mon Dec 19 16:45:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/03/30 12:01:04 nia Exp $
+# $NetBSD: Makefile,v 1.15 2022/12/19 16:45:42 vins Exp $
 
 DISTNAME=      rtunes-0.8
 CATEGORIES=    audio
@@ -22,8 +22,7 @@
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man5
 
 .include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "NetBSD" && ${OPSYS} != "OpenBSD"
-LDFLAGS+=      -lbsd
+.if ${OPSYS} == "Linux"
 .  include "../../devel/libbsd/buildlink3.mk"
 .endif
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index