pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/rtunes



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Dec 19 16:45:42 UTC 2022

Modified Files:
        pkgsrc/audio/rtunes: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/rtunes/Makefile

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

Modified files:

Index: pkgsrc/audio/rtunes/Makefile
diff -u pkgsrc/audio/rtunes/Makefile:1.14 pkgsrc/audio/rtunes/Makefile:1.15
--- pkgsrc/audio/rtunes/Makefile:1.14   Tue Mar 30 12:01:04 2021
+++ pkgsrc/audio/rtunes/Makefile        Mon Dec 19 16:45:42 2022
@@ -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}/man1
 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