diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-11 12:59:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-11 12:59:56 +0800 |
commit | ed4009732601acd523fc7f8ff7fcd678a914e6c7 (patch) | |
tree | 8b668a7238899679806d9e214c237fde97deee7b /sysutils | |
parent | e93f5212efbeaf2865efcbc7fc7bef5e88cf1870 (diff) | |
download | freebsd-ports-gnome-ed4009732601acd523fc7f8ff7fcd678a914e6c7.tar.gz freebsd-ports-gnome-ed4009732601acd523fc7f8ff7fcd678a914e6c7.tar.zst freebsd-ports-gnome-ed4009732601acd523fc7f8ff7fcd678a914e6c7.zip |
Mark broken under qemu emulation (will only affect arm).
Tested to build correctly on armv7 native, and for no regression on
amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/backuppc-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile index 76c2b7bf8955..a3d3649e65c7 100644 --- a/sysutils/backuppc-devel/Makefile +++ b/sysutils/backuppc-devel/Makefile @@ -17,6 +17,10 @@ RUN_DEPENDS= p5-CGI>0:www/p5-CGI \ p5-File-Listing>=0:sysutils/p5-File-Listing \ p5-BackupPC-XS>=0.57:sysutils/p5-BackupPC-XS +.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1" +BROKEN= fails to build under qemu: uncaught target signal 11 (Segmetation fault) - core dumped +.endif + CONFLICTS= backuppc backuppc4 USES= perl5 |