Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 14:10:08 +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: r548988 - in head/sysutils/ipa: . files
Message-ID:  <202009191410.08JEA8sf026043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sat Sep 19 14:10:08 2020
New Revision: 548988
URL: https://svnweb.freebsd.org/changeset/ports/548988

Log:
  Fix build with -fno-common

Added:
  head/sysutils/ipa/files/patch-src_ipa__cmd.h   (contents, props changed)
Modified:
  head/sysutils/ipa/Makefile

Modified: head/sysutils/ipa/Makefile
==============================================================================
--- head/sysutils/ipa/Makefile	Sat Sep 19 14:01:58 2020	(r548987)
+++ head/sysutils/ipa/Makefile	Sat Sep 19 14:10:08 2020	(r548988)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipa
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ipa-system
 

Added: head/sysutils/ipa/files/patch-src_ipa__cmd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ipa/files/patch-src_ipa__cmd.h	Sat Sep 19 14:10:08 2020	(r548988)
@@ -0,0 +1,11 @@
+--- src/ipa_cmd.h.orig	2011-01-23 18:42:34 UTC
++++ src/ipa_cmd.h
+@@ -165,7 +165,7 @@ extern char	*shell_path_default;
+ extern char	*shell_arg1;
+ extern char	*shell_arg1_default;
+ 
+-const char *const rc_sect_name[2];
++extern const char *const rc_sect_name[2];
+ 
+ extern ipa_mzone *cmd_mzone;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191410.08JEA8sf026043>