freebsd-ports/devel/cscout/files/patch-example_.cscout_host-incs.h
Rene Ladan 1da7ff85c5 devel/cscout: unexpire and update to 3.01
- Leave out the DOCS option for now because the required conversion
  of XML to HTML has not been figured out yet.
- No more dependency on compat6x
- Fetch sources from GitHub
- update license to GPLv3

PR:		242402
Submitted by:	Joachim Werner
Approved by:	maintainer (dds@)
MFH:		2020Q2
2020-05-24 15:21:57 +00:00

10 lines
315 B
C

--- example/.cscout/host-incs.h.orig 2019-12-02 21:11:13 UTC
+++ example/.cscout/host-incs.h
@@ -8,6 +8,6 @@
*/
-#pragma includepath "../../include/stdc"
+#pragma includepath "/usr/local/include/cscout/stdc"
/* To avoid unused include file warnings */
static void _cscout_dummy2(void) { _cscout_dummy2(); }