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/libelf | |
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
Diffstat (limited to 'devel/libelf')
-rw-r--r-- | devel/libelf/Makefile | 2 | ||||
-rw-r--r-- | devel/libelf/files/patch-Makefile.in | 16 |
2 files changed, 1 insertions, 17 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 6d37b888bf3a..af7738fc8629 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -22,7 +22,7 @@ SANITY_DESC= Avoid loading invalid ELF files GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --disable-compat USE_LDCONFIG= yes -USES= desthack +USES= desthack pathfix .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/devel/libelf/files/patch-Makefile.in b/devel/libelf/files/patch-Makefile.in deleted file mode 100644 index 44fa8044e57c..000000000000 --- a/devel/libelf/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix the pkgconfig data directory path. -Forwarded: not-needed -Author: Peter Pentchev <roam@FreeBSD.org> -Last-Update: 2009-11-20 - ---- Makefile.in.orig -+++ Makefile.in -@@ -23,7 +23,7 @@ - exec_prefix = @exec_prefix@ - libdir = @libdir@ - --pkgdir = $(libdir)/pkgconfig -+pkgdir = $(prefix)/libdata/pkgconfig - - MV = mv -f - RM = rm -f |