summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-ab
blob: 87b0e944b563cd65d73ebad795cfc7bc1437a98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ab,v 1.2 2001/02/10 00:07:41 hubertf Exp $

--- Makefile.orig	Fri Feb  9 01:18:25 2001
+++ Makefile
@@ -18,7 +18,6 @@
 #   You may modify any value as needed. Change only the ones you are
 #   absolutly sure that requires modification.
 #
-PREFIX = /usr
 
 
 # ########################################################################
@@ -49,7 +48,7 @@
 #				to debug the program.
 #
 #CFLAGS = `gtk-config --cflags` -g -efence -Wall
-CFLAGS = `gtk-config --cflags` -O2 -Wall
+CFLAGS+= `gtk-config --cflags` -Wall
 
 CPPFLAGS = -D__cplusplus -Dc_plusplus
 
@@ -95,8 +94,6 @@
 #
 include Makefile.srclist
 
-CC  = gcc
-CPP = g++
 BIN = manedit
 OBJ_C = $(SRC_C:.c=.o)
 OBJ_CPP = $(SRC_CPP:.cpp=.o)