Commit graph

8 commits

Author SHA1 Message Date
Tobias Kortkamp
c3168d40f9 - Fix build with clang and remove USE_GCC
- Link dynamically with libavcall, libpcre and libgmp and fix build on
  amd64 (and optimistically sparc64 too)
- Remove the devel/libgetline dependency and don't link with libgetline:
  While libgetline provides getline() it has an entirely different
  signature than getline(3).  This make the fgetline builtin function
  unusable and causes e.g. the cat.scm example to segfault.

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11352
2017-06-27 15:34:17 +00:00
John Marino
6c3d3edd5e Stage lang/qscheme and unbreak on FreeBSD 10+
PR:		193040
Submitted by:	Ports Fury
2014-08-30 21:15:14 +00:00
Dmitry Marakasov
f2bb29203c - Fix build with gcc 4.2
PR:		132287
Submitted by:	Vitaly Magerya <vmagerya at gmail dot com>
Approved by:	Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
2009-04-01 22:31:31 +00:00
Sergey Matveychuk
8e768c8949 - Fix configure error from bad tarball
- Eliminate dependancy on gcc 2.95
- Fix gmp lib dir flaw

PR:		ports/73362
Submitted by:	maintainer
2004-11-01 21:59:34 +00:00
Kirill Ponomarev
a398059305 - Trim newlines at the end of patches
- portlint

PR:		ports/67805
Submitted by:	maintainer
2004-06-10 18:30:09 +00:00
Kirill Ponomarev
b1019cd243 - Honour PTHREAD_{CFLAGS,LIBS}
PR:		ports/62945
Submitted by:	maintainer
2004-02-17 10:17:36 +00:00
Mark Linimon
f148b78690 Force to use gcc2.95. Fix configuration problems, too.
Build-tested on 4.x and 5.x.
PR:	ports/58239
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer).
2003-11-20 23:39:47 +00:00
Will Andrews
1a388281f5 Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR:		34999
Submitted by:	erik@smluc.org
2002-06-27 14:32:30 +00:00