diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 02:00:19 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 02:00:19 +0000 |
commit | bc8b8829a6d29b0e62cdf1468c6750e6a880bee3 (patch) | |
tree | efb08a96fe45f6ff18e8c1359ce6be28987cf369 /net | |
parent | 1dec4545b9f9b7b409ad9f766f31cee0e8884be3 (diff) | |
download | FreeBSD-ports-bc8b8829a6d29b0e62cdf1468c6750e6a880bee3.zip FreeBSD-ports-bc8b8829a6d29b0e62cdf1468c6750e6a880bee3.tar.gz |
Make sure we can find zephyr_err.h so this port builds.
Diffstat (limited to 'net')
-rw-r--r-- | net/zephyr/files/patch-ae | 11 |
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 0000000..802feb3 --- /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 \ |