ports/lang/cim/files/patch-src_mapline.c
Alexey Dokuchaev 6b0ede6a5f - Resurrect `lang/cim', upstream is alive now
- Update MASTER_SITES and WWW: line accordingly
- Define LICENSE (GPLv2)
- Convert USE_AUTOTOOLS=libtool -> USES=libtool
- Remove USE_PERL5: while configure script checks
  for it, it is never actually used anywhere
- Utilize INSTALL_TARGET=install-strip
- Hook provided tests to the test framework
- TIMESTAMP (cim-3.37.tar.gz) = 1125726905

Tested on:	i386, amd64, powerpc, sparc64
2018-01-02 08:49:35 +00:00

11 lines
394 B
C

--- src/mapline.c.orig 2018-01-02 05:18:40 UTC
+++ src/mapline.c
@@ -60,6 +60,8 @@ static int antmap = 1;
/******************************************************************************
MAPLINEINIT */
+char * tag (char []);
+
int maplineInit (sourcename, ifdefp) char *sourcename; void *ifdefp;
{
obstack_init (&osMap);