From owner-freebsd-ports Mon Apr 22 13:38:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 00FCC37B400; Mon, 22 Apr 2002 13:38:06 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 27597AE03F; Mon, 22 Apr 2002 11:33:19 -0700 (PDT) Date: Mon, 22 Apr 2002 11:33:19 -0700 From: Alfred Perlstein To: will@freebsd.org Cc: ports@freebsd.org, kde@freebsd.org Subject: fix for kdegames3 Message-ID: <20020422183319.GQ38320@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Index: files/patch-wizard.cpp =================================================================== RCS file: files/patch-wizard.cpp diff -N files/patch-wizard.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-wizard.cpp 22 Apr 2002 17:54:09 -0000 @@ -0,0 +1,11 @@ +--- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002 ++++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002 +@@ -24,7 +24,7 @@ + #ifdef __bsdi__ + #define IPPORT_USERRESERVED IPPORT_DYNAMIC + #endif +-#if defined(__NetBSD__) || defined(__sgi) ++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi) + #define IPPORT_USERRESERVED IPPORT_RESERVED + #endif + #define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message