blob: c25c9fc30c47a4e5d0077967893e0651f0d2849f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2001/07/27 20:40:00 jlam Exp $
--- Makefile.in.orig Tue Aug 31 19:53:08 1999
+++ Makefile.in
@@ -15,7 +15,7 @@
# as a -I option here (excluding the X11 bit). If you're using I18N
# and Xlocale, please add -DX_LOCALE.
#CFLAGS = -g -O2 -I/usr/include -I/usr/openwin/include
-CXXFLAGS=@CXXFLAGS@
+CXXFLAGS=@CXXFLAGS@ -DPREFIX=\"${PREFIX}\"
OBJECTS = Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o
|