summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-Makefile.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/files/patch-Makefile.FreeBSD')
-rw-r--r--editors/manedit/files/patch-Makefile.FreeBSD15
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD
index 01294aba954e..d020abedf3a3 100644
--- a/editors/manedit/files/patch-Makefile.FreeBSD
+++ b/editors/manedit/files/patch-Makefile.FreeBSD
@@ -1,18 +1,19 @@
---- Makefile.FreeBSD.orig 2013-07-19 16:44:02.000000000 +0200
-+++ Makefile.FreeBSD 2013-07-19 16:44:28.000000000 +0200
-@@ -56,7 +56,10 @@ CFLAGS += $(GTK_CFLAGS) -O2 -Wall \
+--- Makefile.FreeBSD.orig 2008-10-11 23:00:00 UTC
++++ Makefile.FreeBSD
+@@ -56,9 +56,10 @@ CFLAGS += $(GTK_CFLAGS) -O2 -Wall \
-DPREFIX=\"$(PREFIX)\" \
-DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\"
-CPPFLAGS = -D__cplusplus -Dc_plusplus
+CPPFLAGS = $(CXXFLAGS) $(GTK_CFLAGS) -O2 -Wall \
+ -DPREFIX=\"$(PREFIX)\" \
-+ -DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\" \
-+ -D__cplusplus -Dc_plusplus
-
++ -DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\"
+-
# ########################################################################
-@@ -109,7 +112,7 @@ OBJ_CPP = $(SRC_CPP:.cpp=.o)
+ # Dependant Libraries:
+ #
+@@ -109,7 +110,7 @@ OBJ_CPP = $(SRC_CPP:.cpp=.o)
.c.o:
$(CC) -c $*.c $(INC) $(CFLAGS)
.cpp.o: