mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Unbreak on i386.
PR: ports/148426 Submitted by: Bapt <baptiste.daroussin@gmail.com>
This commit is contained in:
parent
eab0479390
commit
32a059eee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257672
@ -57,8 +57,12 @@ MAN3= _U_dyn_cancel.3 \
|
||||
|
||||
.if ${OSVERSION} < 701100 || (${OSVERSION} > 800000 && ${OSVERSION} < 800053)
|
||||
IGNORE= your FreeBSD version is not supported
|
||||
.elif ${ARCH} == i386
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == i386
|
||||
PLIST_SUB= ARCH=x86
|
||||
.elif ${ARCH} == amd64
|
||||
PLIST_SUB= ARCH=x86_64
|
||||
.endif
|
||||
|
||||
#
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/libunwind-common.h
|
||||
include/libunwind-dynamic.h
|
||||
include/libunwind-ptrace.h
|
||||
include/libunwind-x86_64.h
|
||||
include/libunwind-%%ARCH%%.h
|
||||
include/libunwind.h
|
||||
include/unwind.h
|
||||
lib/libunwind-generic.a
|
||||
@ -9,7 +9,7 @@ lib/libunwind-generic.so
|
||||
lib/libunwind-ptrace.a
|
||||
lib/libunwind-setjmp.so
|
||||
lib/libunwind-setjmp.so.0
|
||||
lib/libunwind-x86_64.so
|
||||
lib/libunwind-x86_64.so.7
|
||||
lib/libunwind-%%ARCH%%.so
|
||||
lib/libunwind-%%ARCH%%.so.7
|
||||
lib/libunwind.so
|
||||
lib/libunwind.so.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user