pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libmatemixer: Fix null backend, builds on Darwin now



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Sat Apr 9 14:31:38 2016 +0200
Changeset:	859e7166e4f44bf40de55002fb45f278b7495322

Modified Files:
	libmatemixer/distinfo
Added Files:
	libmatemixer/patches/patch-backends_null_Makefile.in
Removed Files:
	libmatemixer/TODO

Log Message:
libmatemixer: Fix null backend, builds on Darwin now

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=859e7166e4f44bf40de55002fb45f278b7495322

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libmatemixer/TODO                                    |  1 -
 libmatemixer/distinfo                                |  1 +
 libmatemixer/patches/patch-backends_null_Makefile.in | 14 ++++++++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diffs:
diff --git a/libmatemixer/TODO b/libmatemixer/TODO
deleted file mode 100644
index 7a41a7d..0000000
--- a/libmatemixer/TODO
+++ /dev/null
@@ -1 +0,0 @@
-descr
diff --git a/libmatemixer/distinfo b/libmatemixer/distinfo
index 6bdd3cb..792d0d4 100644
--- a/libmatemixer/distinfo
+++ b/libmatemixer/distinfo
@@ -4,3 +4,4 @@ SHA1 (libmatemixer-1.12.1.tar.xz) = 37c5b081e80db36210834e123643e2f7a12f176d
 RMD160 (libmatemixer-1.12.1.tar.xz) = 6df0c601ee9aca777d3b8ff7919f668c329e9110
 SHA512 (libmatemixer-1.12.1.tar.xz) = 6aa0a9d7af254ef85051a8052b2f7ffb2a705e07636da1eea358667e8577aad0f459b21b45751f256a58cbcac33d3b6628227e70f55e9ff0cdfe211bdfa7b0da
 Size (libmatemixer-1.12.1.tar.xz) = 382444 bytes
+SHA1 (patch-backends_null_Makefile.in) = 5840dace6730564b2e253fc716aa3d5aca33a47b
diff --git a/libmatemixer/patches/patch-backends_null_Makefile.in b/libmatemixer/patches/patch-backends_null_Makefile.in
new file mode 100644
index 0000000..0c6c047
--- /dev/null
+++ b/libmatemixer/patches/patch-backends_null_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Fix null backend build.
+
+--- backends/null/Makefile.in.orig	2015-11-29 18:19:59.000000000 +0000
++++ backends/null/Makefile.in
+@@ -134,6 +134,7 @@ am__v_lt_1 = 
+ libmatemixer_null_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ 	$(libmatemixer_null_la_CFLAGS) $(CFLAGS) \
++	../../libmatemixer/.libs/libmatemixer.la \
+ 	$(libmatemixer_null_la_LDFLAGS) $(LDFLAGS) -o $@
+ AM_V_P = $(am__v_P_@AM_V@)
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)


Home | Main Index | Thread Index | Old Index