summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 02:00:19 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 02:00:19 +0000
commit736d2ed74ed091d40bb134c1bf3e0000d793f888 (patch)
tree761b7d0508e93f6deac0a8ae372f18d0b72adb12 /net/zephyr
parentAll FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends. (diff)
Make sure we can find zephyr_err.h so this port builds.
Notes
Notes: svn path=/head/; revision=21800
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/zephyr/files/patch-ae b/net/zephyr/files/patch-ae
new file mode 100644
index 000000000000..802feb3c091a
--- /dev/null
+++ b/net/zephyr/files/patch-ae
@@ -0,0 +1,11 @@
+--- lib/zephyr/Makefile.in.orig Sun Sep 19 17:17:01 1999
++++ lib/zephyr/Makefile.in Sun Sep 19 17:17:21 1999
+@@ -21,7 +21,7 @@
+
+ DEBUG=-O
+ CFLAGS= $(DEBUG) -DCONFDIR=\"$(confdir)\" -I$(top_srcdir)/h -I$(BUILDTOP)/h \
+- @X_CFLAGS@ @CPPFLAGS@
++ -I$(top_srcdir)/h/zephyr @X_CFLAGS@ @CPPFLAGS@
+
+ OBJS = zephyr_err.o ZAsyncLocate.o ZCkAuth.o ZCkIfNot.o ZClosePort.o \
+ ZCmpUID.o ZCmpUIDP.o ZFlsLocs.o ZFlsSubs.o ZFmtAuth.o ZFmtList.o \