Date: Sat, 26 Sep 2020 13:01:44 +0000 (UTC) From: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550178 - in head/security/super: . files Message-ID: <202009261301.08QD1iYa005876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009261301.08QD1iYa005876>