summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authortron <tron>2013-12-29 19:19:03 +0000
committertron <tron>2013-12-29 19:19:03 +0000
commitad6fcad25b79844048ad9b8e58be1f2cfacb5800 (patch)
tree7c2254bc402dcf922509befab647ba283e8d7c0d /textproc/mdocml/Makefile
parente3d88b315dab7aaf824f9755fdffb240823e3ee6 (diff)
downloadpkgsrc-ad6fcad25b79844048ad9b8e58be1f2cfacb5800.tar.gz
Fix build under Solaris (10?) by providing implementations of strcasestr(3)
and strsep(3) taken from NetBSD.
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index c893a7db1b9..7747ce7419a 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2013/10/11 14:45:18 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2013/12/29 19:19:03 tron Exp $
DISTNAME= mdocml-1.12.2
CATEGORIES= textproc devel
@@ -26,5 +26,8 @@ SUBST_SED.roff= -e 's,Xr roff,Xr mandoc-roff,g'
MAKE_FLAGS+= STATIC=
.endif
+post-extract:
+ ${CP} -p ${FILESDIR}/*.c ${WRKSRC}
+
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"