pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40809 (converters/recode doesn't build on darwin (Mac OS X))



The following reply was made to PR pkg/40809; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Edgar_Fu=DF?= <ef%math.uni-bonn.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tech-pkg%netbsd.org@localhost
Subject: Re: pkg/40809 (converters/recode doesn't build on darwin (Mac OS X))
Date: Fri, 20 Mar 2009 09:44:07 +0100

 > I already fixed this in -current a few weeks ago.
 Isn't there a more generic way to fix programs introducing their own  
 copy of GNU getopt than
 
 > +.if ${OPSYS} == "Darwin"
 > +libreco_a_SOURCES = error.c xstrdup.c
 > +.else
 >  libreco_a_SOURCES = error.c getopt.c getopt1.c xstrdup.c
 > +.endif
 
 ?
 
 I doubt this is intended:
 > -localedir = $(prefix)/share/locale
 > +localedir = /usr/pkg/share/locale
 
 


Home | Main Index | Thread Index | Old Index