mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
--- Makefile.orig Sat Apr 5 11:08:26 1997
|
|
+++ Makefile Sun Sep 27 15:25:36 1998
|
|
@@ -1,10 +1,13 @@
|
|
####### 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
|
|
+.if ${PORTOBJFORMAT} == "elf"
|
|
+LFLAGS+= -Wl,-rpath,${X11BASE}/lib
|
|
+.endif
|
|
CC = gcc
|
|
MOC = moc
|
|
SHELL = /bin/sh
|