diff options
Diffstat (limited to 'devel/marisa-trie')
-rw-r--r-- | devel/marisa-trie/Makefile | 2 | ||||
-rw-r--r-- | devel/marisa-trie/files/patch-Makefile.am | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/marisa-trie/Makefile b/devel/marisa-trie/Makefile index d183ece66832..1f987f41fd17 100644 --- a/devel/marisa-trie/Makefile +++ b/devel/marisa-trie/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= s-yata GH_PROJECT= marisa-trie GH_TAGNAME= 961ed33 -USES= autoreconf libtool:build +USES= autoreconf libtool:build pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/marisa-trie/files/patch-Makefile.am b/devel/marisa-trie/files/patch-Makefile.am deleted file mode 100644 index df60ebffbe9f..000000000000 --- a/devel/marisa-trie/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2016-07-03 09:34:09 UTC -+++ Makefile.am -@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 - - SUBDIRS = include lib tools tests - --pkgconfigdir = ${libdir}/pkgconfig -+pkgconfigdir = ${prefix}/libdata/pkgconfig - pkgconfig_DATA = marisa.pc - - EXTRA_DIST = \ |