From 93dc836f9dcdd2037711454ff5babb35e755bc27 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 1 Feb 2015 22:09:07 +0800 Subject: gnu: Add librep. * gnu/packages/sawfish.scm: New file. * gnu/packages/patches/librep-rules.mk.patch: New file. * gnu-system.am: Add them. --- gnu/packages/patches/librep-rules.mk.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gnu/packages/patches/librep-rules.mk.patch (limited to 'gnu/packages/patches') diff --git a/gnu/packages/patches/librep-rules.mk.patch b/gnu/packages/patches/librep-rules.mk.patch new file mode 100644 index 0000000000..4ea2a3ae1b --- /dev/null +++ b/gnu/packages/patches/librep-rules.mk.patch @@ -0,0 +1,30 @@ +rules.mk.in: Don't set prefix, datadir, libdir, datarootdir and repdir. +rules.mk.in: Use pkg-config to get the absolute path for repcommonexedir. + +Merged into upstream: . + +--- librep_0.92.4.orig/rules.mk.in 2015-01-31 23:21:59.614751496 +0800 ++++ librep_0.92.4/rules.mk.in 2015-02-02 18:56:55.097171657 +0800 +@@ -1,18 +1,10 @@ + # rules.mk + +-prefix=@prefix@ +-datadir=@datadir@ +-libdir=@libdir@ ++repcommonexecdir?=$(shell pkg-config --variable=repcommonexecdir librep) ++rpath_repcommonexecdir:=$(repcommonexecdir) + +-# shut up configure +-datarootdir=@datarootdir@ +- +-repdir=@repdir@ +-repcommonexecdir=@repcommonexecdir@ +-rpath_repcommonexecdir=@repcommonexecdir@ +- +-rep_LIBTOOL=$(repcommonexecdir)/libtool --tag CC +-rep_INSTALL_ALIASES=$(repcommonexecdir)/install-aliases ++rep_LIBTOOL:=$(repcommonexecdir)/libtool --tag CC ++rep_INSTALL_ALIASES:=$(repcommonexecdir)/install-aliases + + # use this like: + # foo.la : foo.lo bar.lo -- cgit 1.4.1