pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/dar Explicitly disable upx.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef8fd4102a2b
branches:  trunk
changeset: 475206:ef8fd4102a2b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 12 05:31:28 2004 +0000

description:
Explicitly disable upx.

diffstat:

 archivers/dar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 446a3495d84f -r ef8fd4102a2b archivers/dar/Makefile
--- a/archivers/dar/Makefile    Wed May 12 03:34:01 2004 +0000
+++ b/archivers/dar/Makefile    Wed May 12 05:31:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/30 18:56:50 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/12 05:31:28 minskim Exp $
 #
 
 DISTNAME=      dar-2.0.2
@@ -16,6 +16,7 @@
 CONFIGURE_ARGS+=       --disable-nodump-flag
 CONFIGURE_ARGS+=       --disable-dar-static
 CONFIGURE_ARGS+=       --enable-examples
+CONFIGURE_ARGS+=       --disable-upx
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index