mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
52025bb575
- Support LOCALBASE properly PR: 19221 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
--- Makefile.orig Wed Feb 25 03:50:23 1998
|
|
+++ Makefile Sat Jun 10 11:32:52 2000
|
|
@@ -1,8 +1,8 @@
|
|
DESTDIR = /
|
|
# This is so dpkg-buildpackage can build in the correct dir
|
|
|
|
-CC=gcc
|
|
-CFLAGS=-O2 -Wall
|
|
+#CC=gcc
|
|
+CFLAGS+=-DDEF_WISH_PATH=\"${LOCALBASE}/bin/wish8.2\"
|
|
|
|
OBJS= xchain.o
|
|
|