Drop uneeded patch.

This commit is contained in:
ajacoutot 2014-04-23 05:53:36 +00:00
parent 96ac3b5f42
commit 13a53c838b
2 changed files with 2 additions and 14 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.54 2014/04/21 15:21:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.55 2014/04/23 05:53:36 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= AFP file and print services for IP networks
DISTNAME= netatalk-2.2.5
REVISION= 2
REVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-etc_uams_uams_gss_c,v 1.1 2013/06/17 19:30:53 ajacoutot Exp $
--- etc/uams/uams_gss.c.orig Tue Jun 4 01:15:14 2013
+++ etc/uams/uams_gss.c Tue Jun 4 01:15:33 2013
@@ -63,7 +63,7 @@ char *strchr (), *strrchr ();
/* We work around something I don't entirely understand... */
/* BF: This is a Heimdal/MIT compatibility fix */
-#ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE
+#ifndef GSS_C_NT_HOSTBASED_SERVICE
#define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
#endif