diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-20 20:37:46 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-20 20:37:46 +0000 |
commit | 5e1d4ac71d3bed5126cc9ea78d68b7ec84d88e47 (patch) | |
tree | 516c9e0909907e222845d8c3ed59f9b14f020f84 /editors/abiword | |
parent | a7205b342d238ad3ff19f5d44a72e2ac9d51bd96 (diff) | |
download | ports-5e1d4ac71d3bed5126cc9ea78d68b7ec84d88e47.tar.gz ports-5e1d4ac71d3bed5126cc9ea78d68b7ec84d88e47.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 366918b2f2ea..d5a9ac1c4ed5 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: AbiWord -# Version required: 0.7.5 +# Version required: 0.7.6 # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.org> # @@ -37,6 +37,7 @@ post-patch: @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @${SED} -e s,3.1-RELEASE,`uname -r`,g \ + -e s,-D_POSIX_SOURCE,,g \ ${WRKSRC}/config/platforms/freebsd.mk.version > \ ${WRKSRC}/config/platforms/freebsd.mk .endif @@ -65,5 +66,5 @@ do-install: @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, @(${WRKSRC}/pkg/common/unix/scripts/makewrapper.sh \ AbiWord ${PREFIX}/AbiSuite) - + .include <bsd.port.post.mk> |