1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Fix boehm-gc build on EdgeRouter Lite (ERL) which is a mips64 based machine.

Submitted by:	lidl via email
This commit is contained in:
Carlos J. Puga Medina 2017-06-20 20:29:10 +00:00
parent 311eae3fae
commit 1528ccb594
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444001

View File

@ -1,5 +1,14 @@
--- include/private/gcconfig.h.orig 2016-08-08 20:30:40 UTC
--- include/private/gcconfig.h.orig 2016-08-02 19:36:14 UTC
+++ include/private/gcconfig.h
@@ -176,7 +176,7 @@
# define EWS4800
# endif
# if !defined(LINUX) && !defined(EWS4800) && !defined(NETBSD) \
- && !defined(OPENBSD)
+ && !defined(OPENBSD) && !defined(FREEBSD)
# if defined(ultrix) || defined(__ultrix)
# define ULTRIX
# else
@@ -2745,11 +2745,6 @@
# define SUNOS5SIGS
#endif