aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-03 18:09:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-03 18:09:51 +0000
commit0bec4dfa02cfbe860818692d8cdebff7cd1ce1ef (patch)
treee694567d2ea30f738600e5d17b7dc8f462459c14 /textproc
parent7fe099093d7f11b0c329d56f6842488570c9c2dc (diff)
downloadports-0bec4dfa02cfbe860818692d8cdebff7cd1ce1ef.tar.gz
ports-0bec4dfa02cfbe860818692d8cdebff7cd1ce1ef.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ssddiff/Makefile2
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>