mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
$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
|
|
|