summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-19 21:31:52 +0000
committerbapt <bapt@FreeBSD.org>2015-07-19 21:31:52 +0000
commit34ac7bd4d308634de1d2248b083ab98fc3d7ad28 (patch)
tree9764e9baad0fc05de5a2c29bc9328cc5cacd3300 /lib/libarchive
parent4aef5eea885fabe5477c19a87619636b3cca2de3 (diff)
downloadFreeBSD-src-34ac7bd4d308634de1d2248b083ab98fc3d7ad28.zip
FreeBSD-src-34ac7bd4d308634de1d2248b083ab98fc3d7ad28.tar.gz
Drop libarchive.pc
We want to ensure we always use libarchive from ports in the ports tree. It simplifies ports maintainance and anyway libarchive.pc was not reflecting the different way libarchive can be built in base
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/Makefile6
-rw-r--r--lib/libarchive/libarchive.pc12
2 files changed, 0 insertions, 18 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 9dfad77..3870de2 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -37,12 +37,6 @@ CFLAGS+= -DPPMD_32BIT
.endif
NO_WCAST_ALIGN.clang=
-.ifndef COMPAT_32BIT
-beforeinstall:
- ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
- ${.CURDIR}/libarchive.pc ${DESTDIR}${LIBDATADIR}/pkgconfig
-.endif
-
.PATH: ${LIBARCHIVEDIR}/libarchive
# Headers to be installed in /usr/include
diff --git a/lib/libarchive/libarchive.pc b/lib/libarchive/libarchive.pc
deleted file mode 100644
index 3aa1d04..0000000
--- a/lib/libarchive/libarchive.pc
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: libarchive
-Description: library that can create and read several streaming archive formats
-Version: 3.1.2
-Cflags: -I${includedir}
-Libs: -L${libdir} -larchive
-Libs.private: -lz -lbz2 -llzma -lbsdxml -lcrypto
OpenPOWER on IntegriCloud