summaryrefslogtreecommitdiff
path: root/package/util-macros/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:14:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:14:54 +0200
commit503659533a695a94a1591c3803080544f12e9a35 (patch)
tree4252d066e70ac971eac81e60beb82321de210a7d /package/util-macros/Makefile
parent224199c2a01bb660242688aca506373e40b79775 (diff)
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'package/util-macros/Makefile')
-rw-r--r--package/util-macros/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/util-macros/Makefile b/package/util-macros/Makefile
index 676221def..db1a5035d 100644
--- a/package/util-macros/Makefile
+++ b/package/util-macros/Makefile
@@ -5,11 +5,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= util-macros
PKG_VERSION:= 1.18.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= fd0ba21b3179703c071bbb4c3e5fb0f4
PKG_DESCR:= xorg macros
PKG_SECTION:= x11/misc
-PKG_BUILDDEP:= autotool util-macros-host
PKG_URL:= http://cgit.freedesktop.org/xorg/util/macros
PKG_SITES:= http://xorg.freedesktop.org/archive/individual/util/
PKG_OPTS:= dev devonly
@@ -22,7 +21,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call HOST_template,UTIL_MACROS,util-macros,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,UTIL_MACROS,util-macros,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-AUTOTOOL_STYLE:= autoreconf
+HOST_STYLE:= auto
include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk