diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-17 15:20:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-17 15:20:37 +0000 |
commit | 6367ceead90c962fadf4eb8f285b6303b00cd63f (patch) | |
tree | c69c3976ce09bc48fb93c5704004adbd55ab06e2 /editors/manedit/files/patch-Makefile.FreeBSD | |
parent | Update to 0.7. (diff) |
Update to 0.4.1.
PR: 28700
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=45198
Diffstat (limited to 'editors/manedit/files/patch-Makefile.FreeBSD')
-rw-r--r-- | editors/manedit/files/patch-Makefile.FreeBSD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD new file mode 100644 index 000000000000..97aab067067b --- /dev/null +++ b/editors/manedit/files/patch-Makefile.FreeBSD @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.FreeBSD 2001/07/17 15:05:11 1.1 ++++ Makefile.FreeBSD 2001/07/17 15:05:23 +@@ -52,7 +52,7 @@ + # + GTK_CONFIG ?= gtk-config + GTK_CFLAGS = `$(GTK_CONFIG) --cflags` +-CFLAGS += $(GTK_CFLAGS) -O2 -Wall \ ++CFLAGS += $(GTK_CFLAGS) -Wall \ + -DPREFIX=\"$(PREFIX)\" \ + -DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\" + |