diff options
| author | James Raynard <jraynard@FreeBSD.org> | 1998-11-07 18:06:17 +0000 |
|---|---|---|
| committer | James Raynard <jraynard@FreeBSD.org> | 1998-11-07 18:06:17 +0000 |
| commit | 9258520d84676b9bbf2e30053e9bc0ddad6f30b9 (patch) | |
| tree | 51277f1b0b8f5794394e9cfe08efbd4e2d07ffd8 /devel/sfio/files/patch-ac | |
| parent | Update to sfio98. (diff) | |
New patches for sfio98. (Not that many changes, I've just split them up
into a single patch for each source file).
Diffstat (limited to 'devel/sfio/files/patch-ac')
| -rw-r--r-- | devel/sfio/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/sfio/files/patch-ac b/devel/sfio/files/patch-ac new file mode 100644 index 000000000000..037d09be49c2 --- /dev/null +++ b/devel/sfio/files/patch-ac @@ -0,0 +1,12 @@ +--- src/lib/sfio/Sfio_dc/Makefile.orig Sat Nov 7 15:39:40 1998 ++++ src/lib/sfio/Sfio_dc/Makefile Sat Nov 7 15:40:01 1998 +@@ -10,7 +10,8 @@ + # Compiler and flags to use + CXFLAGS= + CCMODE= -O +-CCFLAGS= -I. -I$(INCDIR) $(CCMODE) $(CXFLAGS) ++CCFLAGS= $(CFLAGS) ++CCFLAGS+= -I. -I$(INCDIR) + AR= ar + CC= cc + |
