freebsd-ports/multimedia/handbrake/files/patch-make_include_gcc.defs
Alexander Leidinger b2e7e72476 - update to 10.1
- new vpx support in 10.x is disabled (build problems)
- this is all but quick, and surely a dirty update (e.g. the CC hack in the port-Makefile)
- at least it doesn't segfault on startup like the 9.9 this replaces
- this port needs a maintainer which is able to handle more than 50 shades of grey
2015-03-29 20:13:07 +00:00

11 lines
433 B
Text

--- make/include/gcc.defs.orig 2011-08-22 15:08:08.322100000 +0900
+++ make/include/gcc.defs 2011-10-15 20:34:17.737925255 +0900
@@ -47,7 +47,7 @@
GCC.args.ML = -fmessage-length=0
GCC.args.H = -H
GCC.args.W = -W$(1)
-GCC.args.archs = -arch $(1)
+GCC.args.archs = -march=$(1)
GCC.args.sysroot = --sysroot=$(1)
GCC.args.ldsysroot = -syslibroot $(1)
GCC.args.minver = -mmacosx-version-min=$(1)