Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 16:53:29 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41092: patch: unbreak devel/zziplib 
Message-ID:  <200207282353.g6SNrTZ7070563@vectors.cx>

next in thread | raw e-mail | index | archive | help

>Number:         41092
>Category:       ports
>Synopsis:       patch: unbreak devel/zziplib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 17:00:08 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	devel/zziplib assumes that sys/types.h is separate from sys/int_types.h,
	and thus redefines all the int typedefs. this simply stops the
	offending header from being loaded.
	
>How-To-Repeat:
	
>Fix:

	

--- zziplib.patch begins here ---
--- zzip.h.orig	Sun Jul 28 16:42:36 2002
+++ zzip.h	Sun Jul 28 16:43:15 2002
@@ -19,7 +19,9 @@
 #define _ZZIP_H
 
 #include <zzip-conf.h>
+#ifndef  __FreeBSD__
 #include <zzip-stdint.h>
+#endif
 #include <zziplib.h>
 #include <zzip-io.h>
 
--- zziplib.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207282353.g6SNrTZ7070563>