aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
commitf935a609c53c5c6031e6848db95c7debed127e27 (patch)
tree4c3cf6af6588247c0dd3f92f9601357c33c56217 /sysutils/e2fsprogs
parent703b5eb18b542fec0e78704ada72142cd2b33175 (diff)
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index afc2a6c2156e..3d891452e2a7 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -25,9 +25,7 @@ CONFIGURE_ARGS?= --disable-fsck --disable-e2initrd-helper \
'--with-ldopts=-L${LOCALBASE}/lib' \
--with-cc='${CC}' --with-linker='${LD}' \
--with-ccopts='${CFLAGS}' \
- --with-root-prefix='${PREFIX}'\
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+ --with-root-prefix='${PREFIX}'
# for unknown reasons, the assembly bitops cause SIGSEGV.
# _EXT2_USE_C_VERSIONS_ uses C bitops, these appear to work fine.
CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_'