mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
d16d2ca423
- Remove shlib versions - Add USE_READLINE and USES= pkgconfig - Update CPPFLAGS and LDFLAGS - Update pkg-descr - Update x11-toolkits/rep-gtk2 to 0.90.8.1 - Update x11-wm/sawfish to 1.9.1 - Add ART20 license and set LICENSE_COMB to multi - Update USE_XORG to include xtst - Add USES= pkgconfig - Add PORTSCOUT to exclude unstable releases - Trim Makefile headers - Update MASTER_SITES PR: ports/170173 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
12 lines
208 B
C
12 lines
208 B
C
--- src/lispmach.h.orig
|
|
+++ src/lispmach.h
|
|
@@ -475,7 +475,7 @@
|
|
#ifdef __arm__
|
|
#define PC_REG asm("r9")
|
|
#define SP_REG asm("r8")
|
|
-#define SLOTS_REG asm("r7")
|
|
+#define SLOTS_REG asm("r10")
|
|
#endif
|
|
#endif
|
|
|