1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/lang/modula3
John Marino eb19ea733d lang/modula3: Support FreeBSD 10+
It appears that modula3 will segfault if debug information is not
generated in stabs format.  Clang doesn't recognize -gstabs+ options,
but removing it results in lots of segfaults early during the build.

By setting USE_GCC=any, FreeBSD 9 and below will use the base gcc 4.2.1
and FreeBSD10 and later will need lang/gcc.  Verified on Redports.

While here, make sure .bak files do not get installed into stage by
using 'sed -i ""' rather than ${REINPLACE_CMD} which equals 'sed -i.bak'.
2014-01-07 12:01:16 +00:00
..
files
distinfo
Makefile lang/modula3: Support FreeBSD 10+ 2014-01-07 12:01:16 +00:00
pkg-descr