Fix gzip namespace pollution (bump PORTREV)

PR:		ports/70922
Submitted by:	Eric P. Scott
Approved by:	maintainer timeout
This commit is contained in:
Volker Stolz 2005-02-17 10:54:05 +00:00
parent 69c581d35f
commit b2ec0f67ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129084
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= pose
PORTVERSION= 3.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= palm emulators
MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/ \
http://www.palmos.com/dev/tools/emulator/:skins

View file

@ -0,0 +1,9 @@
--- ../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));