diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 20:38:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 20:38:12 +0000 |
commit | daa1614e82f64ec54641c60225eeffb492459098 (patch) | |
tree | 42a30a1c3221cc6c37f017fd32ae430e239d59b0 /sysutils/dar | |
parent | 00dd1ca2e35ffc199824a9e9fe16254ecd316670 (diff) |
Notes
Diffstat (limited to 'sysutils/dar')
-rw-r--r-- | sysutils/dar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 90e933ec75ad..6bc3d5253edf 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -18,7 +18,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} --disable-upx CPPFLAGS= -DHAVE_DECL_GETOPT=0 |