diff --git a/src/getopt/Makefile b/src/getopt/Makefile index 69ff371..b6f5479 100644 --- a/src/getopt/Makefile +++ b/src/getopt/Makefile @@ -17,8 +17,11 @@ include ../../config/auto.conf PKG = getopt-1.1.6 -MAKEOPTIONS=prefix=$(PRTPATH) +MAKEOPTIONS=prefix=$(PRTPATH) +ifeq ($(CFGPRT),i386-darwin) + LDFLAGS:=$(LDFLAGS) -lintl +endif include $(CFGDIR)targets/package.targ diff --git a/src/getopt/getopt-1.1.6.tgz b/src/getopt/getopt-1.1.6.tgz index ee3075c..20ccf7a 100644 Binary files a/src/getopt/getopt-1.1.6.tgz and b/src/getopt/getopt-1.1.6.tgz differ