freebsd-ports/editors/2bsd-vi/files/stable-Makefile.patch
Kirill Ponomarev 92f36fc209 Fix build on 4.x
PR:		ports/68965
Submitted by:	maintainer
2004-07-13 06:28:28 +00:00

15 lines
400 B
Diff

--- /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.