Date: Mon, 22 Apr 2002 11:33:19 -0700 From: Alfred Perlstein <bright@mu.org> To: will@freebsd.org Cc: ports@freebsd.org, kde@freebsd.org Subject: fix for kdegames3 Message-ID: <20020422183319.GQ38320@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020422183319.GQ38320>