diff options
Diffstat (limited to 'editors/2bsd-vi/files/stable-Makefile.patch')
-rw-r--r-- | editors/2bsd-vi/files/stable-Makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/2bsd-vi/files/stable-Makefile.patch b/editors/2bsd-vi/files/stable-Makefile.patch new file mode 100644 index 000000000000..f333e21c5829 --- /dev/null +++ b/editors/2bsd-vi/files/stable-Makefile.patch @@ -0,0 +1,15 @@ +--- /tmp/Makefile Mon Jul 12 16:26:36 2004 ++++ Makefile Mon Jul 12 16:26:48 2004 +@@ -144,9 +144,9 @@ + # advanced multibyte character support etc. which might not be present + # on your system. + # +-REINC = -I./libuxre -DUXRE +-RELIB = -L./libuxre -luxre +-RETGT = uxre ++#REINC = -I./libuxre -DUXRE ++#RELIB = -L./libuxre -luxre ++#RETGT = uxre + + # + # These settings should be correct for any modern Unix. |