summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-Makefile.FreeBSD
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-26 20:24:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-26 20:24:22 +0000
commit0398cf082c5e2cc5b8592b91679d82cebed9deb2 (patch)
tree1688c0a2d7b72abece284a39ff76e75b92e44b0c /editors/manedit/files/patch-Makefile.FreeBSD
parent- Update to version 5.5.6 (diff)
- Update to version 0.5.10
PR: 56001 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=87742
Diffstat (limited to 'editors/manedit/files/patch-Makefile.FreeBSD')
-rw-r--r--editors/manedit/files/patch-Makefile.FreeBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD
index 9488f8b0e9b7..cd6882f5b18a 100644
--- a/editors/manedit/files/patch-Makefile.FreeBSD
+++ b/editors/manedit/files/patch-Makefile.FreeBSD
@@ -8,7 +8,7 @@ $FreeBSD$
GTK_CONFIG ?= gtk-config
GTK_CFLAGS = `$(GTK_CONFIG) --cflags`
-CFLAGS += $(GTK_CFLAGS) -O2 -Wall \
-+CFLAGS += $(GTK_CFLAGS) -Wall \
++CFLAGS += -I. $(GTK_CFLAGS) \
-DPREFIX=\"$(PREFIX)\" \
-DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\"