summaryrefslogtreecommitdiff
path: root/archivers/unrar/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-11 21:39:17 +0000
committertv <tv@pkgsrc.org>2004-03-11 21:39:17 +0000
commitd5fd979bf82ace1bacd06ea3478744f85446cd6e (patch)
treec37167af9ae50ee91254cb3b74dc45c650e0a464 /archivers/unrar/Makefile
parentd2ac0bb878148c7f47213097eb27055c1ab94dde (diff)
downloadpkgsrc-d5fd979bf82ace1bacd06ea3478744f85446cd6e.tar.gz
Add Interix to non-largefile opsystems. Obey CPPFLAGS.
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r--archivers/unrar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index e3903f11952..c4f60d704a9 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/02/27 15:28:20 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/11 21:39:17 tv Exp $
#
DISTNAME= unrarsrc-3.3.6
@@ -31,7 +31,7 @@ do-install:
# Don't set _LARGEFILE_SOURCE for platforms w/o ftello() and fseeko().
#
-.for __glob__ in NetBSD-1.5*
+.for __glob__ in Interix-* NetBSD-1.5*
.if ${MACHINE_PLATFORM:M${__glob__}} != ""
.MAKEFLAGS+= DEFINES=""
.endif