diff options
author | novel <novel@FreeBSD.org> | 2005-07-21 07:12:46 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-21 07:12:46 +0000 |
commit | 375016ef97ff3586c71cf09dd2315f902c1d8629 (patch) | |
tree | 3e9f6ff6f2b8a61f8ee0f0c461a1d789a316f646 | |
parent | 02168a7f8b26f38d86165e867e309d784982bd60 (diff) | |
download | FreeBSD-ports-375016ef97ff3586c71cf09dd2315f902c1d8629.zip FreeBSD-ports-375016ef97ff3586c71cf09dd2315f902c1d8629.tar.gz |
Really fix it on 7.x.
Reported by: pointyhat via kris
-rw-r--r-- | deskutils/adesklets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index 8dca905..0b07f7b 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -41,8 +41,8 @@ PORTDOCS= *.html .endif .if ${OSVERSION} >= 700000 -pre-configure: - @${REINPLACE_CMD} -e "s|FreeBSD 6|FreeBSD 7|g" ${WRKSRC}/configure +post-configure: + @${REINPLACE_CMD} -e "s|#define _POSIX_C_SOURCE 199309||" ${WRKSRC}/src/config.h .endif post-install: |