/print/lyx-devel/

'cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/artyfx-lv2
Commit message (Collapse)AuthorAgeFilesLines
* audio/artyfx-lv2: fix build with GCC-based architecturespkubaj2019-08-053-3/+39
| | | | | | | | | | | | The fix for clang in files/patch-src_avtk_avtk_picojson.hxx breaks GCC. Have two versions for two compilers. Fix altivec in src/avtk/libs/pffft.cxx and add -maltivec to CXXFLAGS on powerpc64. Also use new compilers. PR: 239518 Approved by: yuri (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21141
* Change cmake default behaviour to outsource.tcberner2018-12-261-1/+1
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* audio/artyfx-lv2: Fix build on non-Intel/AMD platformsyuri2018-06-241-5/+14
| | | | Reported by: linimon
* Mark these broken on non-x86.linimon2018-06-241-0/+5
| | | | | | | I was not able to find a quick fix for these, although most of the other -lv2 ports were fairly easy. Approved by: portmgr (tier-2 blanket)