Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 18:00:32 -0400
From:      Ray Kohler <ataraxia@cox.rr.com>
To:        questions@freebsd.org
Cc:        kde@freebsd.org, bartosz@fabianowski.de
Subject:   [FIX] Re: Problems building KDE3
Message-ID:  <200204241800.32107.ataraxia@cox.rr.com>

next in thread | raw e-mail | index | archive | help
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




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