[151484] trunk/dports/lang/ccl/files/xcode7.patch

larryv at macports.org larryv at macports.org
Tue Aug 16 21:08:48 PDT 2016


Revision: 151484
          https://trac.macports.org/changeset/151484
Author:   larryv at macports.org
Date:     2016-08-16 21:08:48 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
ccl: Normalize patch line endings

Modified Paths:
--------------
    trunk/dports/lang/ccl/files/xcode7.patch

Property Changed:
----------------
    trunk/dports/lang/ccl/files/xcode7.patch

Modified: trunk/dports/lang/ccl/files/xcode7.patch
===================================================================
--- trunk/dports/lang/ccl/files/xcode7.patch	2016-08-17 04:01:05 UTC (rev 151483)
+++ trunk/dports/lang/ccl/files/xcode7.patch	2016-08-17 04:08:48 UTC (rev 151484)
@@ -1,46 +1,46 @@
---- lisp-kernel/darwinx8664/Makefile.orig	(revision 16167)
-+++ lisp-kernel/darwinx8664/Makefile	(revision 16544)
-@@ -51,4 +51,20 @@
- M4FLAGS = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR
- ASFLAGS = -arch x86_64 -g
-+
-+# In Xcode 7, the clang integrated assember complains that .stabs
-+# directives are unsupported.  Work around this by using the system
-+# assembler.  (Apparently, we'll have to quit using .stabs directives
-+# at some point soon.)
-+
-+# Since Xcode 7 only runs on Yosemite and later, use OS version as a
-+# heuristic to detect whether the -Q flag is available.  It seems to
-+# be available as far back as Lion, but on Snow Leopard, "as" doesn't
-+# know about -Q.
-+
-+yosemite_plus := $(shell uname -r | awk -F. '{ if ($$1 >= 14) print "t" }')
-+ifeq ($(yosemite_plus),t)
-+ASFLAGS += -Q
-+endif
-+
- CDEFINES = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION=$(SVN_REVISION) \
- 	   -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE
---- lisp-kernel/darwinx8632/Makefile.orig	(revision 16133)
-+++ lisp-kernel/darwinx8632/Makefile	(revision 16544)
-@@ -30,4 +30,20 @@
- M4FLAGS = -DDARWIN -DX86 -DX8632
- ASFLAGS = -arch i386 -g
-+
-+# In Xcode 7, the clang integrated assember complains that .stabs
-+# directives are unsupported.  Work around this by using the system
-+# assembler.  (Apparently, we'll have to quit using .stabs directives
-+# at some point soon.)
-+
-+# Since Xcode 7 only runs on Yosemite and later, use OS version as a
-+# heuristic to detect whether the -Q flag is available.  It seems to
-+# be available as far back as Lion, but on Snow Leopard, "as" doesn't
-+# know about -Q.
-+
-+yosemite_plus := $(shell uname -r | awk -F. '{ if ($$1 >= 14) print "t" }')
-+ifeq ($(yosemite_plus),t)
-+ASFLAGS += -Q
-+endif
-+
- CDEFINES = -DDARWIN -DX86 -DX8632 -DSVN_REVISION=$(SVN_REVISION) -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE
- CDEBUG = -g
+--- lisp-kernel/darwinx8664/Makefile.orig	(revision 16167)
++++ lisp-kernel/darwinx8664/Makefile	(revision 16544)
+@@ -51,4 +51,20 @@
+ M4FLAGS = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR
+ ASFLAGS = -arch x86_64 -g
++
++# In Xcode 7, the clang integrated assember complains that .stabs
++# directives are unsupported.  Work around this by using the system
++# assembler.  (Apparently, we'll have to quit using .stabs directives
++# at some point soon.)
++
++# Since Xcode 7 only runs on Yosemite and later, use OS version as a
++# heuristic to detect whether the -Q flag is available.  It seems to
++# be available as far back as Lion, but on Snow Leopard, "as" doesn't
++# know about -Q.
++
++yosemite_plus := $(shell uname -r | awk -F. '{ if ($$1 >= 14) print "t" }')
++ifeq ($(yosemite_plus),t)
++ASFLAGS += -Q
++endif
++
+ CDEFINES = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION=$(SVN_REVISION) \
+ 	   -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE
+--- lisp-kernel/darwinx8632/Makefile.orig	(revision 16133)
++++ lisp-kernel/darwinx8632/Makefile	(revision 16544)
+@@ -30,4 +30,20 @@
+ M4FLAGS = -DDARWIN -DX86 -DX8632
+ ASFLAGS = -arch i386 -g
++
++# In Xcode 7, the clang integrated assember complains that .stabs
++# directives are unsupported.  Work around this by using the system
++# assembler.  (Apparently, we'll have to quit using .stabs directives
++# at some point soon.)
++
++# Since Xcode 7 only runs on Yosemite and later, use OS version as a
++# heuristic to detect whether the -Q flag is available.  It seems to
++# be available as far back as Lion, but on Snow Leopard, "as" doesn't
++# know about -Q.
++
++yosemite_plus := $(shell uname -r | awk -F. '{ if ($$1 >= 14) print "t" }')
++ifeq ($(yosemite_plus),t)
++ASFLAGS += -Q
++endif
++
+ CDEFINES = -DDARWIN -DX86 -DX8632 -DSVN_REVISION=$(SVN_REVISION) -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE
+ CDEBUG = -g


Property changes on: trunk/dports/lang/ccl/files/xcode7.patch
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/aafe6510/attachment.html>


More information about the macports-changes mailing list