diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 07:04:14 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 07:04:14 +0000 |
commit | 6c8a175db83982b9f7540a5f1a6e714d4ed656ec (patch) | |
tree | 77a6cc8b5ba4f0fc8cded0d1d2ed7b05742c2496 /textproc | |
parent | 5f0f1a234a47084762de1aab8ace73953ea757e5 (diff) | |
download | ports-6c8a175db83982b9f7540a5f1a6e714d4ed656ec.tar.gz ports-6c8a175db83982b9f7540a5f1a6e714d4ed656ec.zip |
Fix the build.
Reported by: pointyhat via kris
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=131875
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sagasu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index a17e574ae947..259988fad9f4 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -27,5 +27,7 @@ MAN1= sagasu.1 post-patch: @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/$$(PACKAGE)-$$(VERSION)|(prefix)/share/doc/$$(PACKAGE)|g' \ ${WRKSRC}/Makefile.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' .include <bsd.port.mk> |