diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 18:09:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 18:09:51 +0000 |
commit | 0bec4dfa02cfbe860818692d8cdebff7cd1ce1ef (patch) | |
tree | e694567d2ea30f738600e5d17b7dc8f462459c14 /textproc/ssddiff | |
parent | 7fe099093d7f11b0c329d56f6842488570c9c2dc (diff) |
Try to fix the build on 4.X.
Notes
Notes:
svn path=/head/; revision=174392
Diffstat (limited to 'textproc/ssddiff')
-rw-r--r-- | textproc/ssddiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile index 1fea2b072b48..fd7068b229eb 100644 --- a/textproc/ssddiff/Makefile +++ b/textproc/ssddiff/Makefile @@ -26,5 +26,7 @@ post-extract: .for f in config.guess config.sub install-sh missing mkinstalldirs @${LN} -sf ${LOCALBASE}/share/automake14/${f} ${WRKSRC}/${f} .endfor + @${REINPLACE_CMD} -e 's,"getopt\.h",<unistd.h>,' \ + ${WRKSRC}/src/main.cc .include <bsd.port.mk> |