diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /devel/lightning | |
parent | Allow more than one filename to be pathfixed. (diff) |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Notes
Notes:
svn path=/head/; revision=424427
Diffstat (limited to 'devel/lightning')
-rw-r--r-- | devel/lightning/Makefile | 2 | ||||
-rw-r--r-- | devel/lightning/files/patch-Makefile.in | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile index 4c49665931bd..0bfa61b38df6 100644 --- a/devel/lightning/Makefile +++ b/devel/lightning/Makefile @@ -12,7 +12,7 @@ COMMENT= Generates assembly language code at run-time LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -USES= libtool +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-disassembler=no INSTALL_TARGET= install-strip diff --git a/devel/lightning/files/patch-Makefile.in b/devel/lightning/files/patch-Makefile.in deleted file mode 100644 index 5c0d76e7b632..000000000000 --- a/devel/lightning/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2015-02-08 17:45:49.524068441 +0600 -+++ Makefile.in 2015-02-08 17:49:09.021055899 +0600 -@@ -407,7 +407,7 @@ - include \ - lib - --pkgconfiglibdir = $(libdir)/pkgconfig -+pkgconfiglibdir = $(prefix)/libdata/pkgconfig - pkgconfiglib_DATA = lightning.pc - @get_jit_size_TRUE@JIT_SIZE_PATH = "$(top_builddir)/jit_$(cpu)-sz.c" - @get_jit_size_TRUE@AM_CPPFLAGS = -DGET_JIT_SIZE=1 -DJIT_SIZE_PATH='$(JIT_SIZE_PATH)' |