aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ssddiff
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-10-04 02:09:51 +0800
committerdanfe <danfe@FreeBSD.org>2006-10-04 02:09:51 +0800
commit61446f88158cc2203b4e7f4bc5a92849e16f7e88 (patch)
treef62aede26e297c97c7d0e07f299d824e91db77f1 /textproc/ssddiff
parent5052e087a7e6e7c6f182b78b8e7ef05fef565ab5 (diff)
downloadfreebsd-ports-gnome-61446f88158cc2203b4e7f4bc5a92849e16f7e88.tar.gz
freebsd-ports-gnome-61446f88158cc2203b4e7f4bc5a92849e16f7e88.tar.zst
freebsd-ports-gnome-61446f88158cc2203b4e7f4bc5a92849e16f7e88.zip
Try to fix the build on 4.X.
Diffstat (limited to 'textproc/ssddiff')
-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>