From owner-freebsd-questions Wed Apr 24 15: 2: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.mgfairfax.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id 6045037B400; Wed, 24 Apr 2002 15:02:00 -0700 (PDT) Received: from beastie.cox.rr.com ([24.163.115.240]) by mail4.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 24 Apr 2002 18:00:32 -0400 Content-Type: text/plain; charset="us-ascii" From: Ray Kohler To: questions@freebsd.org Subject: [FIX] Re: Problems building KDE3 Date: Wed, 24 Apr 2002 18:00:32 -0400 X-Mailer: KMail [version 1.4] Cc: kde@freebsd.org, bartosz@fabianowski.de MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200204241800.32107.ataraxia@cox.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Here's the promised patch. KDE maintainers: please commit this as patch-ksirtet::lib::wizard.cpp. (I'd send-pr it, but I have to use the web form and it will mash it up.) original poster: apply this patch to /usr/ports/games/kdegames3/work/kdegames-3.0/ksirtet/lib/wizard.cpp (If you haven't fixed it already). --- wizard.cpp.orig Wed Apr 24 17:52:21 2002 +++ wizard.cpp Wed Apr 24 17:53:05 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 -- Ray Kohler HOW YOU CAN TELL THAT IT'S GOING TO BE A ROTTEN DAY: #1040 Your income tax refund cheque bounces. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message