diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-20 01:27:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-20 01:27:39 +0800 |
commit | 43087bda93caa0e21044061f3f72f8a42805d974 (patch) | |
tree | 5c31143b577a8b11f15433c9e300b38d4c58ebf3 /x11-toolkits/xview | |
parent | eaaf17374df6bb2260a640e6573a24b2f6f874cd (diff) | |
download | freebsd-ports-gnome-43087bda93caa0e21044061f3f72f8a42805d974.tar.gz freebsd-ports-gnome-43087bda93caa0e21044061f3f72f8a42805d974.tar.zst freebsd-ports-gnome-43087bda93caa0e21044061f3f72f8a42805d974.zip |
- Set only i386 - Attempting to launch any application
that uses xview on amd64 causes a segmentation dump
(signal 10, bus error).
PR: 125589
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index c984dd223cd3..5f4ac3e50935 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -21,6 +21,7 @@ COMMENT= X Window-System-based Visual/Integrated Environment for Workstations BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +ONLY_FOR_ARCHS= i386 REINPLACE_ARGS= -i "" USE_IMAKE= yes USE_LDCONFIG= yes |