aboutsummaryrefslogtreecommitdiffstats
path: root/main/cunit/path-makefile.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-09-08 12:27:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-08 12:27:28 +0000
commitc3db9cef255232c447e66f8c63c4fa138d6cf024 (patch)
tree6d6c652c9c5d02c0da6975682a21947c5e35acb1 /main/cunit/path-makefile.patch
parent6103234f35b1554a4ca8f584535e5b05918b31ed (diff)
downloadaports-c3db9cef255232c447e66f8c63c4fa138d6cf024.tar.bz2
aports-c3db9cef255232c447e66f8c63c4fa138d6cf024.tar.xz
main/cunit: move from community
libdrm needs it for check
Diffstat (limited to 'main/cunit/path-makefile.patch')
-rw-r--r--main/cunit/path-makefile.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/main/cunit/path-makefile.patch b/main/cunit/path-makefile.patch
new file mode 100644
index 0000000000..a55bcd1dc8
--- /dev/null
+++ b/main/cunit/path-makefile.patch
@@ -0,0 +1,31 @@
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index a864d46..1c15fc0 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-docdir = $(prefix)/doc/@PACKAGE@
++docdir = $(datarootdir)/doc/@PACKAGE@
+
+ doc_DATA = \
+ CUnit_doc.css \
+@@ -13,4 +13,4 @@ doc_DATA = \
+ test_registry.html \
+ writing_tests.html
+
+-SUBDIRS = headers
+\ No newline at end of file
++SUBDIRS = headers
+diff --git a/doc/headers/Makefile.am b/doc/headers/Makefile.am
+index 9926e8b..3c5f1ba 100644
+--- a/doc/headers/Makefile.am
++++ b/doc/headers/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
++dochdrdir = $(includedir)/@PACKAGE@/headers
+
+ INCLUDE_FILES = \
+ Automated.h \