pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/netatalk3 Unbreak FreeBSD build - it has extended ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f19b0b24460c
branches: trunk
changeset: 452472:f19b0b24460c
user: hauke <hauke%pkgsrc.org@localhost>
date: Tue May 11 11:47:40 2021 +0000
description:
Unbreak FreeBSD build - it has extended attributes, too.
diffstat:
net/netatalk3/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 4cfa4fe6abb0 -r f19b0b24460c net/netatalk3/Makefile
--- a/net/netatalk3/Makefile Tue May 11 10:57:34 2021 +0000
+++ b/net/netatalk3/Makefile Tue May 11 11:47:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/04/21 13:25:12 adam Exp $
+# $NetBSD: Makefile,v 1.39 2021/05/11 11:47:40 hauke Exp $
DISTNAME= netatalk-3.1.12
PKGNAME= ${DISTNAME:C/-/3-/}
@@ -61,8 +61,9 @@
REPLACE_PYTHON+= libevent/event_rpcgen.py
PLIST_VARS+= ea
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || \
- (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8].*))
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" \
+ || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" \
+ || (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8].*))
PLIST.ea= yes
.endif
Home |
Main Index |
Thread Index |
Old Index