1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/palm/pose/files/patch-gzip-conflict
Volker Stolz b2ec0f67ea Fix gzip namespace pollution (bump PORTREV)
PR:		ports/70922
Submitted by:	Eric P. Scott
Approved by:	maintainer timeout
2005-02-17 10:54:05 +00:00

10 lines
323 B
Plaintext

--- ../SrcShared/Gzip/gzip.h.orig Thu Feb 17 11:34:23 2005
+++ ../SrcShared/Gzip/gzip.h Thu Feb 17 11:34:50 2005
@@ -320,4 +320,6 @@
//extern voidp xmalloc OF((unsigned int size)); // POSER
/* in inflate.c */
+#define inflate POSE_inflate
+#define inflate_codes POSE_inflate_codes
extern int inflate OF((void));