summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-05-28 09:24:51 +0200
committerJeroen Roovers <jer@gentoo.org>2020-05-28 09:25:30 +0200
commit5085ad33d1c161a31945a369ba8a95c5f9b58d1d (patch)
tree2bd170735be2baaa9eb41f8ab1716022653f3e67 /net-irc/ptlink-opm/files
parentdev-python/hypothesis: Bump to 5.16.0 (diff)
downloadgentoo-5085ad33d1c161a31945a369ba8a95c5f9b58d1d.tar.gz
gentoo-5085ad33d1c161a31945a369ba8a95c5f9b58d1d.tar.bz2
gentoo-5085ad33d1c161a31945a369ba8a95c5f9b58d1d.zip
net-irc/ptlink-opm: Fix building with CFLAGS=-fno-common
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=724922 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-irc/ptlink-opm/files')
-rw-r--r--net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch b/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch
new file mode 100644
index 000000000000..6d4aaacb8a38
--- /dev/null
+++ b/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch
@@ -0,0 +1,17 @@
+Three of these are not like the others
+
+--- a/include/dconf_vars.h
++++ b/include/dconf_vars.h
+@@ -42,9 +42,9 @@
+ E char* DNSBLZoneMsg;
+
+ /* PT */
+-char *PT_Nick;
+-char *PT_Mask;
+-char *PT_Info;
++E char *PT_Nick;
++E char *PT_Mask;
++E char *PT_Info;
+ #undef E
+
+ #endif /* conf_vars_h_ */