We don't need to patch `configure' as much as this patch was doing.
We can accomplish the same thing with a CONFIGURE_ARGS.
This commit is contained in:
parent
ab0b08fabf
commit
9a014fd082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46571
@ -16,7 +16,8 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}"
|
||||
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
|
||||
--with-etcdir=${PREFIX}/etc
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= dict
|
||||
INSTALL_TARGET= install.dict
|
||||
|
@ -1,16 +1,5 @@
|
||||
--- configure.orig Fri Jan 12 01:24:53 2001
|
||||
+++ configure Mon Aug 20 17:34:27 2001
|
||||
@@ -550,8 +550,8 @@
|
||||
|
||||
|
||||
|
||||
-ac_default_prefix=/usr
|
||||
-etcdir=/etc
|
||||
+ac_default_prefix=/usr/local
|
||||
+etcdir=$prefix/etc
|
||||
|
||||
echo Configuring for dict
|
||||
echo .
|
||||
@@ -1416,7 +1416,6 @@
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user