mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Change our patches to use "#elif defined" rather than "#elifdef" since
neither base-gcc nor ports-gcc understands "#elifdef" Fixes build on sparc64 ok tb@
This commit is contained in:
@@ -42,7 +42,7 @@ Index: Src/Modules/zpty.c
|
||||
+ return 0;
|
||||
+}
|
||||
+
|
||||
+#elifdef USE_DEV_PTMX
|
||||
+#elif defined USE_DEV_PTMX
|
||||
+
|
||||
#ifdef HAVE_SYS_STROPTS_H
|
||||
#include <sys/stropts.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -2401,6 +2401,37 @@ dnl ---------------
|
||||
@@ -2460,6 +2460,37 @@ dnl ---------------
|
||||
zsh_CHECK_SOCKLEN_T
|
||||
|
||||
dnl ---------------
|
||||
|
||||
Reference in New Issue
Block a user