Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 07:28:43 GMT
From:      Jonathan Liu<Net147@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106596: [xmms-avi] [patch] xmms-avi does not compile - patch for infotypes.h
Message-ID:  <200612110728.kBB7ShYr023877@www.freebsd.org>
Resent-Message-ID: <200612110730.kBB7U6KL002593@freefall.freebsd.org>

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

>Number:         106596
>Category:       ports
>Synopsis:       [xmms-avi] [patch] xmms-avi does not compile - patch for infotypes.h
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 11 07:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Liu
>Release:        6.2-RC1
>Organization:
>Environment:
FreeBSD freebsd 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
xmms-avi port does not compile.
>How-To-Repeat:
Compile xmms-avi port.
>Fix:
--- include/infotypes.h.orig	Mon Dec 11 18:13:09 2006
+++ include/infotypes.h	Mon Dec 11 18:13:44 2006
@@ -1,6 +1,10 @@
 #ifndef INFOTYPES_H
 #define INFOTYPES_H
 
+#ifdef max
+#undef max
+#endif
+
 #include <vector>
 #include <string>
 #include <map>
>Release-Note:
>Audit-Trail:
>Unformatted:



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