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