summaryrefslogtreecommitdiff
path: root/devel/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libelf')
-rw-r--r--devel/libelf/Makefile2
-rw-r--r--devel/libelf/files/patch-Makefile.in16
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