From 61446f88158cc2203b4e7f4bc5a92849e16f7e88 Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 3 Oct 2006 18:09:51 +0000 Subject: Try to fix the build on 4.X. --- textproc/ssddiff/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textproc/ssddiff') 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",,' \ + ${WRKSRC}/src/main.cc .include -- cgit