1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Make sure we can find zephyr_err.h so this port builds.

This commit is contained in:
Steve Price 1999-09-20 02:00:19 +00:00
parent ae2249fb90
commit 736d2ed74e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21800

11
net/zephyr/files/patch-ae Normal file
View File

@ -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 \