Commit 0ea287f1 authored by Eric Coissac's avatar Eric Coissac

Patch a compilation bug for getopt

parent e046ef88
......@@ -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
......
No preview for this file type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment