Isn't there a more generic way to fix programs introducing their own copy of GNU getopt thanI already fixed this in -current a few weeks ago.
+.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