summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-ab
blob: 0c0b38eb5ffb9594d1f8c1931c2ea27e8bd3bb15 (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
31
$NetBSD: patch-ab,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $

--- Makefile.orig	Sat Jan 20 12:39:28 2001
+++ Makefile
@@ -18,7 +18,7 @@
 #   You may modify any value as needed. Change only the ones you are
 #   absolutly sure that requires modification.
 #
-PREFIX = /usr
+PREFIX = @PREFIX@
 
 
 # ########################################################################
@@ -49,7 +49,7 @@
 #				to debug the program.
 #
 #CFLAGS = `gtk-config --cflags` -g -efence -Wall
-CFLAGS = `gtk-config --cflags` -O2 -Wall
+CFLAGS = `gtk-config --cflags` @CFLAGS@
 
 CPPFLAGS = -D__cplusplus -Dc_plusplus
 
@@ -95,7 +95,7 @@
 #
 include Makefile.srclist
 
-CC  = gcc
+CC  = @CC@
 CPP = g++
 BIN = manedit
 OBJ_C = $(SRC_C:.c=.o)