pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba4
Module Name: pkgsrc
Committed By: hauke
Date: Thu Jan 19 16:32:54 UTC 2023
Modified Files:
pkgsrc/net/samba4: Makefile
Log Message:
Un-break FreeBSD build - it does not define ENODATA.
See also this thread
<https://mail-index.netbsd.org/tech-kern/2012/04/30/msg013090.html>.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/net/samba4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.156 pkgsrc/net/samba4/Makefile:1.157
--- pkgsrc/net/samba4/Makefile:1.156 Tue Jan 3 17:38:03 2023
+++ pkgsrc/net/samba4/Makefile Thu Jan 19 16:32:54 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.156 2023/01/03 17:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.157 2023/01/19 16:32:54 hauke Exp $
DISTNAME= samba-4.17.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://download.samba.org/pub/samba/stable/
@@ -117,6 +117,8 @@ CFLAGS.SunOS+= -DHAVE_SOLARIS_GETGRENT_
CFLAGS.SunOS+= -DMSG_NOSIGNAL=0
LDFLAGS.SunOS+= -lsocket -lsendfile
+CFLAGS.FreeBSD+= -DENODATA=ENOATTR
+
.include "options.mk"
.if ${SHLIB_TYPE} == "dylib"
Home |
Main Index |
Thread Index |
Old Index