mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Fix build with -fno-common
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ipa
|
||||
PORTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/ipa-system
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user