diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:54 +0200 |
commit | 503659533a695a94a1591c3803080544f12e9a35 (patch) | |
tree | 4252d066e70ac971eac81e60beb82321de210a7d /package/util-macros/patches | |
parent | 224199c2a01bb660242688aca506373e40b79775 (diff) |
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'package/util-macros/patches')
-rw-r--r-- | package/util-macros/patches/patch-Makefile_am | 11 | ||||
-rw-r--r-- | package/util-macros/patches/patch-Makefile_in | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/package/util-macros/patches/patch-Makefile_am b/package/util-macros/patches/patch-Makefile_am deleted file mode 100644 index 40e2951d5..000000000 --- a/package/util-macros/patches/patch-Makefile_am +++ /dev/null @@ -1,11 +0,0 @@ ---- util-macros-1.8.0.orig/Makefile.am 2010-03-29 17:47:02.000000000 +0200 -+++ util-macros-1.8.0/Makefile.am 2013-10-28 18:08:50.000000000 +0100 -@@ -29,7 +29,7 @@ dist_pkgdata_DATA = INSTALL - install-data-hook: - rm -f $(DESTDIR)$(aclocaldir)/xorgversion.m4 - --pkgconfigdir = $(datadir)/pkgconfig -+pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = xorg-macros.pc - - .PHONY: ChangeLog diff --git a/package/util-macros/patches/patch-Makefile_in b/package/util-macros/patches/patch-Makefile_in deleted file mode 100644 index 1d472707b..000000000 --- a/package/util-macros/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- util-macros-1.8.0.orig/Makefile.in 2010-05-27 21:02:01.000000000 +0200 -+++ util-macros-1.8.0/Makefile.in 2013-10-28 18:32:09.000000000 +0100 -@@ -167,7 +167,7 @@ top_srcdir = @top_srcdir@ - aclocaldir = $(datadir)/aclocal - aclocal_DATA = xorg-macros.m4 - dist_pkgdata_DATA = INSTALL --pkgconfigdir = $(datadir)/pkgconfig -+pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = xorg-macros.pc - all: all-am - |