diff options
Diffstat (limited to 'editors/manedit/patches/patch-af')
-rw-r--r-- | editors/manedit/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/manedit/patches/patch-af b/editors/manedit/patches/patch-af new file mode 100644 index 00000000000..7323c28a22e --- /dev/null +++ b/editors/manedit/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2004/03/20 22:08:11 agc Exp $ + +--- Makefile.FreeBSD 2004/03/20 22:04:43 1.1 ++++ Makefile.FreeBSD 2004/03/20 22:04:48 +@@ -116,7 +116,7 @@ + # Build Rules: + # + $(BIN): $(OBJ_C) $(OBJ_CPP) +- $(CC) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR) ++ $(CXX) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR) + + all: $(BIN) $(BIN).1.out + |