diff options
author | luigi <luigi@FreeBSD.org> | 2001-05-23 17:55:24 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2001-05-23 17:55:24 +0800 |
commit | 1ed18ce7632686f43bb176d1f530d882d8e99751 (patch) | |
tree | 3e9b3271f5be4daca46215b21191068a79903604 /net | |
parent | e4b906549e22d14f48baa98cef53be86c4e24fe1 (diff) | |
download | freebsd-ports-gnome-1ed18ce7632686f43bb176d1f530d882d8e99751.tar.gz freebsd-ports-gnome-1ed18ce7632686f43bb176d1f530d882d8e99751.tar.zst freebsd-ports-gnome-1ed18ce7632686f43bb176d1f530d882d8e99751.zip |
fix malformed patch (apparently some tab was converted into
whitespace)
Diffstat (limited to 'net')
-rw-r--r-- | net/etherboot/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa index 1827b9c96e6b..86796f4692b0 100644 --- a/net/etherboot/files/patch-aa +++ b/net/etherboot/files/patch-aa @@ -1,11 +1,11 @@ ---- Config.orig Sat Apr 21 14:57:58 2001 -+++ Config Mon May 7 10:02:23 2001 +--- Config.orig Wed May 23 11:50:37 2001 ++++ Config Wed May 23 11:53:08 2001 @@ -223,7 +223,7 @@ - # CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD + # CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD # Change download protocol to NFS, default is TFTP --# CFLAGS32+= -DDOWNLOAD_PROTO_NFS -+CFLAGS32+= -DDOWNLOAD_PROTO_NFS +-# CFLAGS32+= -DDOWNLOAD_PROTO_NFS ++CFLAGS32+= -DDOWNLOAD_PROTO_NFS # These flags affect the loader that is prepended to the Etherboot image - LCONFIG+= -DMOVEROM + LCONFIG+= -DMOVEROM |