aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ap-utils/files
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-30 08:05:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-30 08:05:02 +0000
commitd225bee350a699ef6ef6b4058707678fe864bddf (patch)
tree52ddeb4ade035bde24997e7f31d795a345c53be0 /net-mgmt/ap-utils/files
parentdcf4376fac4505a709058e0cff2aea384eeff4d8 (diff)
downloadports-d225bee350a699ef6ef6b4058707678fe864bddf.tar.gz
ports-d225bee350a699ef6ef6b4058707678fe864bddf.zip
Notes
Diffstat (limited to 'net-mgmt/ap-utils/files')
-rw-r--r--net-mgmt/ap-utils/files/patch-configure36
-rw-r--r--net-mgmt/ap-utils/files/patch-lib__ap_search.c (renamed from net-mgmt/ap-utils/files/patch-aa)4
2 files changed, 38 insertions, 2 deletions
diff --git a/net-mgmt/ap-utils/files/patch-configure b/net-mgmt/ap-utils/files/patch-configure
new file mode 100644
index 000000000000..f4cdb1e648d8
--- /dev/null
+++ b/net-mgmt/ap-utils/files/patch-configure
@@ -0,0 +1,36 @@
+--- ./configure.orig 2004-05-16 14:10:31.000000000 +0000
++++ ./configure 2014-05-30 08:01:14.000000000 +0000
+@@ -6840,7 +6840,6 @@
+ /* end confdefs.h. */
+ #include <libintl.h>
+ extern int _nl_msg_cat_cntr;
+-extern int *_nl_domain_bindings;
+ extern
+ #ifdef __cplusplus
+ "C"
+@@ -6850,7 +6849,7 @@
+ main ()
+ {
+ bindtextdomain ("", "");
+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
++return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+ ;
+ return 0;
+ }
+@@ -6886,7 +6885,6 @@
+ /* end confdefs.h. */
+ #include <libintl.h>
+ extern int _nl_msg_cat_cntr;
+-extern int *_nl_domain_bindings;
+ extern
+ #ifdef __cplusplus
+ "C"
+@@ -6896,7 +6894,7 @@
+ main ()
+ {
+ bindtextdomain ("", "");
+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
++return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+ ;
+ return 0;
+ }
diff --git a/net-mgmt/ap-utils/files/patch-aa b/net-mgmt/ap-utils/files/patch-lib__ap_search.c
index 905bb9385afa..0142c8e7fd58 100644
--- a/net-mgmt/ap-utils/files/patch-aa
+++ b/net-mgmt/ap-utils/files/patch-lib__ap_search.c
@@ -1,5 +1,5 @@
---- lib/ap_search.c.orig Tue May 4 11:18:09 2004
-+++ lib/ap_search.c Fri Jul 30 22:29:37 2004
+--- ./lib/ap_search.c.orig 2004-05-04 15:18:09.000000000 +0000
++++ ./lib/ap_search.c 2014-05-30 08:01:14.000000000 +0000
@@ -34,6 +34,7 @@
#include <sys/socket.h>
#endif