FreeBSD Bugzilla – Attachment 155137 Details for
Bug 199129
[PATCH] sysutils/synergy avoid -march=native producing broken packages for other CPUs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Avoid -march= in ext/cryptopp
synergy-1.6.2_1.diff (text/plain), 1.06 KB, created by
Adam McDougall
on 2015-04-02 23:13:45 UTC
(
hide
)
Description:
Avoid -march= in ext/cryptopp
Filename:
MIME Type:
Creator:
Adam McDougall
Created:
2015-04-02 23:13:45 UTC
Size:
1.06 KB
patch
obsolete
>diff -urN sysutils/synergy.orig/Makefile sysutils/synergy/Makefile >--- sysutils/synergy.orig/Makefile 2015-03-31 19:31:34.568772000 -0400 >+++ sysutils/synergy/Makefile 2015-04-02 18:48:45.114020750 -0400 >@@ -2,6 +2,7 @@ > > PORTNAME= synergy > PORTVERSION= 1.6.2 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ > DISTNAME= ${PORTVERSION} >diff -urN sysutils/synergy.orig/files/patch-ext-CMakeLists.txt sysutils/synergy/files/patch-ext-CMakeLists.txt >--- sysutils/synergy.orig/files/patch-ext-CMakeLists.txt 1969-12-31 19:00:00.000000000 -0500 >+++ sysutils/synergy/files/patch-ext-CMakeLists.txt 2015-04-02 18:56:45.363988370 -0400 >@@ -0,0 +1,11 @@ >+--- ext/CMakeLists.txt.orig 2015-03-27 23:05:06.455558644 -0400 >++++ ext/CMakeLists.txt 2015-03-27 23:05:36.400557196 -0400 >+@@ -84,7 +84,7 @@ >+ if ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^arm.*") >+ set(CRYPTOPP_ARCH "armv6zk") >+ endif() >+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${CRYPTOPP_ARCH}") >++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") >+ endif() >+ endif() >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199129
: 155137