gettext: install bins to std location and remove from reqs

This commit is contained in:
Tony Theodore 2018-03-01 15:56:55 +11:00
parent 963e7b99de
commit e30dd37429
2 changed files with 2 additions and 4 deletions

View File

@ -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 \

View File

@ -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)