tech-pkg 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))



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