diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:17:33 +0000 |
commit | c1e62c442c320ff68dcc77298b2a82d5f9c6892c (patch) | |
tree | 0b6c46fa360e6a27c985023f6dcc5c2013994c9e /games/pp/files | |
parent | d0bcea0fbd6827670f6efa321c4aa6537f9a1665 (diff) | |
download | ports-c1e62c442c320ff68dcc77298b2a82d5f9c6892c.tar.gz ports-c1e62c442c320ff68dcc77298b2a82d5f9c6892c.zip |
Notes
Diffstat (limited to 'games/pp/files')
-rw-r--r-- | games/pp/files/patch-aa | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/pp/files/patch-aa b/games/pp/files/patch-aa index 8624f86e9462..c1cb4e9e7b2d 100644 --- a/games/pp/files/patch-aa +++ b/games/pp/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile Sat Apr 5 17:08:26 1997 -+++ /home/andy/tmp/wrk/Makefile Mon Jun 8 22:35:44 1998 -@@ -1,10 +1,10 @@ +--- 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 @@ -10,6 +10,9 @@ 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 |