mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- 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
11 lines
394 B
C
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);
|