summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-03-19 04:43:41 +0000
committertv <tv>2005-03-19 04:43:41 +0000
commit7d86e80e6f4a1dc87cdcbb5a832468adb2f5bf03 (patch)
treecb9cccf186a684c1fd99144fa7ed153ca17a377f /archivers/libarchive/Makefile
parenta8008e97211d31d38bc239ae3c647fec3ada0ef4 (diff)
downloadpkgsrc-7d86e80e6f4a1dc87cdcbb5a832468adb2f5bf03.tar.gz
Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_H
is not available in the generated archive.h, so put in an __INTERIX conditional (for now -- but this means a PKGREVISION bump, sigh).
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index ae318b6c0c1..c5fbe9f5be5 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/02/14 08:20:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/19 04:43:41 tv Exp $
#
DISTNAME= libarchive-1.02.006
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/