diff options
author | asami <asami@FreeBSD.org> | 1997-06-13 01:25:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-13 01:25:31 +0800 |
commit | fa2c2e12c4f39f04b1ef4297db4fda67cd375172 (patch) | |
tree | 87f7241b958943abb7c3cec28c245e38fc7d9dc4 /x11/emu | |
parent | e6c8e1f36fc9a19aff20163c6d064eca7e028929 (diff) | |
download | freebsd-ports-gnome-fa2c2e12c4f39f04b1ef4297db4fda67cd375172.tar.gz freebsd-ports-gnome-fa2c2e12c4f39f04b1ef4297db4fda67cd375172.tar.zst freebsd-ports-gnome-fa2c2e12c4f39f04b1ef4297db4fda67cd375172.zip |
"all:" -> "all::" to make XFree86-3.3 config files happy.
Diffstat (limited to 'x11/emu')
-rw-r--r-- | x11/emu/files/patch-c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/emu/files/patch-c b/x11/emu/files/patch-c new file mode 100644 index 000000000000..eede2b3b8b53 --- /dev/null +++ b/x11/emu/files/patch-c @@ -0,0 +1,11 @@ +--- ./include/Imakefile.org Thu May 26 14:01:17 1994 ++++ ./include/Imakefile Thu Jun 12 09:32:44 1997 +@@ -9,7 +9,7 @@ + XCOMM you can at least butcher os.h to your heart's content in order to get emu + XCOMM to compile without damaging anything permanantly. + +-all: os.h ++all:: os.h + + os.h: os.h_tmpl + @echo Creating os.h. |