diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
commit | c19e9bbcd88a52be9da23bd690d98dafa6f16c6c (patch) | |
tree | c4f9046deff81e4552158bc8e727d42aad956f4d /editors/e93/files/patch-af | |
parent | Update to 3.0.16 and change MAINTAINER. (diff) |
Update to 1.3.2 && change MAINTAINER.
PR: 21643
Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
Diffstat (limited to 'editors/e93/files/patch-af')
-rw-r--r-- | editors/e93/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/e93/files/patch-af b/editors/e93/files/patch-af new file mode 100644 index 000000000000..5e06c12b6335 --- /dev/null +++ b/editors/e93/files/patch-af @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Sep 24 18:33:49 2000 ++++ Makefile Sun Sep 24 18:34:49 2000 +@@ -21,7 +21,7 @@ + # Include machine/platform specific information + include machdef.mk + +-CFLAGS=-I. $(TCL_INCLUDE) $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) ++CFLAGS+=-I. $(TCL_INCLUDE) ${TK_INCLUDE} $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) + + OBJECTS = \ + e93.o \ |