mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build on i386 -current.
This commit is contained in:
parent
20c3ca5ac4
commit
3c8a1757cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154954
@ -6,7 +6,7 @@
|
||||
-LIBS= -lpthread
|
||||
+#CFLAGS= -g -DUSE_SEMAPHORE $(PIC)
|
||||
+CFLAGS+= -g $(PIC)
|
||||
+.if ${MACHINE_ARCH} == "i386" || (${MACHINE_ARCH} == "amd64" && ${OSVERSION} < 700003) || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
+.if ${MACHINE_ARCH} == "i386" && ${OSVERSION} < 700003 || (${MACHINE_ARCH} == "amd64" && ${OSVERSION} < 700003) || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
+CFLAGS+= -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
|
||||
+.endif
|
||||
+#CFLAGS+= -pthread
|
||||
|
Loading…
Reference in New Issue
Block a user