summaryrefslogtreecommitdiff
path: root/devel/msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'devel/msgpack')
-rw-r--r--devel/msgpack/Makefile2
-rw-r--r--devel/msgpack/files/patch-Makefile.am11
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/msgpack/Makefile b/devel/msgpack/Makefile
index 02f99f14cdf4..cc34d7d2a99e 100644
--- a/devel/msgpack/Makefile
+++ b/devel/msgpack/Makefile
@@ -13,7 +13,7 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_PROJECT= msgpack-c
-USES= libtool:build autoreconf:build
+USES= libtool:build autoreconf:build pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/msgpack/files/patch-Makefile.am b/devel/msgpack/files/patch-Makefile.am
deleted file mode 100644
index a74e43dc7e6a..000000000000
--- a/devel/msgpack/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2016-05-27 09:08:08 UTC
-+++ Makefile.am
-@@ -11,7 +11,7 @@ DOC_FILES = \
- EXTRA_DIST = \
- $(DOC_FILES) CMakeLists.txt test/CMakeLists.txt example
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = msgpack.pc
-
- doxygen: