From e30dd374299d3d6065039e1be6cf22847bf09201 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Thu, 1 Mar 2018 15:56:55 +1100 Subject: gettext: install bins to std location and remove from reqs --- docs/index.html | 3 --- src/gettext.mk | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 75c93c6..988881f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -920,7 +920,6 @@ USE_OSGPLUGIN(<plugin2>) automake \ coreutils \ gdk-pixbuf2 \ - gettext \ gnutar \ gsed \ intltool \ @@ -941,7 +940,6 @@ USE_OSGPLUGIN(<plugin2>) autoconf \ automake \ coreutils \ - gettext \ glib \ intltool \ libtool \ @@ -968,7 +966,6 @@ USE_OSGPLUGIN(<plugin2>) automake \ coreutils \ gdk-pixbuf \ - gettext \ gnu-sed \ gnu-tar \ intltool \ diff --git a/src/gettext.mk b/src/gettext.mk index 3b261ca..b15f368 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -42,10 +42,11 @@ endef define $(PKG)_BUILD_DARWIN # causes issues with other packages so use different prefix - # but install *.m4 files to standard /share + # but install *.m4 files and bins to standard location cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \ $(MXE_CONFIGURE_OPTS) \ --prefix='$(PREFIX)/$(TARGET).gnu' \ + --bindir='$(PREFIX)/$(TARGET)/bin' \ --datarootdir='$(PREFIX)/$(TARGET)/share' $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MXE_DISABLE_DOCS) $(MAKE) -C '$(BUILD_DIR)' -j 1 install $(MXE_DISABLE_DOCS) -- cgit v0.12