Page MenuHomeFreeBSD

D283.diff
No OneTemporary

D283.diff

Index: devel/cunit/Makefile
===================================================================
--- devel/cunit/Makefile
+++ devel/cunit/Makefile
@@ -53,6 +53,13 @@
MEMTRACE_CONFIGURE_ENABLE= memtrace
TEST_CONFIGURE_ENABLE= test
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCURSES}
+LDFLAGS+= -lcurses
+USES+= ncurses
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/doc/@PACKAGE@|/share/doc/@PACKAGE@|g' ${WRKSRC}/doc/Makefile.am ${WRKSRC}/doc/headers/Makefile.am
@${REINPLACE_CMD} -e 's|/@PACKAGE@/Examples/|/examples/@PACKAGE@/|g' ${WRKSRC}/Examples/*/Makefile.am

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 23, 12:21 AM (7 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37115277
Default Alt Text
D283.diff (585 B)

Event Timeline