1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/pp/files/patch-aa

19 lines
501 B
Plaintext
Raw Normal View History

1998-09-28 02:17:33 +00:00
--- 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
1998-09-28 02:17:33 +00:00
+.if ${PORTOBJFORMAT} == "elf"
+LFLAGS+= -Wl,-rpath,${X11BASE}/lib
+.endif
CC = gcc
MOC = moc
SHELL = /bin/sh