ports/devel/imake/files/patch-imakemdep.h
Niclas Zeising 728d8d6de2 devel/imake Add LICENSE
Add license information to devel/imake. [1]
As per discussions with portmgr, there is no need to add the different
varieties of MIT license, since they are so similar.  Just note that this is
MIT licensed.

PR:		223255 [1] (based on)
Submitted by:	Yasuhiro KIMURA [1]
Sponsored by:	B3 Init (zeising)
2019-02-27 12:55:18 +00:00

11 lines
353 B
C

--- imakemdep.h.orig 2013-08-17 10:11:06 UTC
+++ imakemdep.h
@@ -365,7 +365,7 @@ const char *cpp_argv[ARGUMENTS] = {
defined(__GNUC__) || defined(__GLIBC__)
# ifdef __i386__
"-D__i386__",
-# if defined(__GNUC__) && (__GNUC__ >= 3)
+# if defined(__GNUC__) && (__GNUC__ >= 3) && !defined(__FreeBSD__)
"-m32",
# endif
# endif