svn commit: r550178 - in head/security/super: . files

Stefan Eßer se at FreeBSD.org
Sat Sep 26 13:01:45 UTC 2020


Author: se
Date: Sat Sep 26 13:01:44 2020
New Revision: 550178
URL: https://svnweb.freebsd.org/changeset/ports/550178

Log:
  Fix build with -fno-common

Added:
  head/security/super/files/patch-super.h   (contents, props changed)
Modified:
  head/security/super/Makefile

Modified: head/security/super/Makefile
==============================================================================
--- head/security/super/Makefile	Sat Sep 26 12:54:58 2020	(r550177)
+++ head/security/super/Makefile	Sat Sep 26 13:01:44 2020	(r550178)
@@ -3,6 +3,7 @@
 
 PORTNAME=	super
 PORTVERSION=	3.30.3
+PORTREVISION=	1
 CATEGORIES=	security sysutils
 MASTER_SITES=	ftp://ftp.ucolick.org/pub/users/will/ \
 		http://www.ucolick.org/~will/RUE/super/

Added: head/security/super/files/patch-super.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/super/files/patch-super.h	Sat Sep 26 13:01:44 2020	(r550178)
@@ -0,0 +1,11 @@
+--- super.h.orig	2020-08-03 17:58:18 UTC
++++ super.h
+@@ -290,7 +290,7 @@ typedef struct progList ProgList;
+ 
+ /* ========================================================================= */
+ #ifdef HAVE_ENUM
+-enum {SUPER_AUTH_PASSWORD, SUPER_AUTH_PAM} Method;
++extern enum {SUPER_AUTH_PASSWORD, SUPER_AUTH_PAM} Method;
+ #else
+ /* No enums! */
+ #define SUPER_AUTH_PASSWORD 1


More information about the svn-ports-all mailing list