Subject: Re: ../../devel/libgetopt/buildlink3.mk and getopt.h
To: Jeremy C. Reed <reed@reedmedia.net>
From: Georg Schwarz <georg.schwarz@freenet.de>
List: tech-pkg
Date: 04/25/2005 20:29:31
> Also look at devel/libgetopt/builtin.mk

Thanks. That's where the problem lies. It should get the follwing patch:

--- builtin.mk.orig     Mon Apr 25 19:36:33 2005
+++ builtin.mk  Mon Apr 25 19:38:04 2005
@@ -2,7 +2,7 @@
 
 .if !defined(IS_BUILTIN.getopt)
 IS_BUILTIN.getopt=     no
-.  if exists(/usr/include/getopt.h)
+.  if exists(/usr/include/getopt.h) && empty(LOWER_OPSYS:Mirix5*)
 IS_BUILTIN.getopt=     yes
 .  endif
 .endif # IS_BUILTIN.getopt


(cf. devel/libgetopt/Makefile)
Any objections agains committing this?


-- 
Georg Schwarz    http://home.pages.de/~schwarz/
 georg.schwarz@freenet.de  +49 178 8545053