mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4505792289
PR: ports/7143 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
--- Makefile Sat Apr 5 17:08:26 1997
|
|
+++ /home/andy/tmp/wrk/Makefile Mon Jun 8 22:35:44 1998
|
|
@@ -1,10 +1,10 @@
|
|
####### This section was automatically generated from
|
|
|
|
-INCDIR = $(QTDIR)/include
|
|
+INCDIR = ${X11BASE}/include/X11/qt
|
|
CFLAGS = -O2 -fno-strength-reduce -Wall -W
|
|
LIBCFLAGS = -fPIC
|
|
YACCCFLAGS = -Wno-unused -Wno-parentheses
|
|
-LFLAGS = -L$(QTDIR)/lib -lqt
|
|
+LFLAGS = -L${X11BASE}/lib -lqt
|
|
CC = gcc
|
|
MOC = moc
|
|
SHELL = /bin/sh
|