pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/forked-daapd



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Apr 25 15:03:22 UTC 2024

Modified Files:
        pkgsrc/audio/forked-daapd: Makefile

Log Message:
forked-daapd: Exclude libinotify on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/forked-daapd/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/forked-daapd/Makefile
diff -u pkgsrc/audio/forked-daapd/Makefile:1.35 pkgsrc/audio/forked-daapd/Makefile:1.36
--- pkgsrc/audio/forked-daapd/Makefile:1.35     Fri Apr  5 14:00:56 2024
+++ pkgsrc/audio/forked-daapd/Makefile  Thu Apr 25 15:03:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/04/05 14:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/04/25 15:03:22 jperkin Exp $
 
 DISTNAME=      forked-daapd-27.4
 PKGREVISION=   29
@@ -42,7 +42,7 @@ OWN_DIRS_PERMS+=      ${VARBASE}/cache/forked
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=2
 .include "../../devel/libantlr3c/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"
-.if ${OPSYS} != "Linux"
+.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
 .  include "../../devel/libinotify/buildlink3.mk"
 .endif
 .include "../../devel/protobuf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index