diff options
author | kris <kris@FreeBSD.org> | 2002-05-24 11:18:55 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-24 11:18:55 +0000 |
commit | db65683ca26afba1e58a8fd87f8e99e29e6df943 (patch) | |
tree | 7766a641b35b51b6f0c18cfcbdefb1ce67d4ca3b /games | |
parent | 244094515624acbc63c6469a35d10804edea7178 (diff) | |
download | FreeBSD-ports-db65683ca26afba1e58a8fd87f8e99e29e6df943.zip FreeBSD-ports-db65683ca26afba1e58a8fd87f8e99e29e6df943.tar.gz |
Forgot to completely patch this port to make it build again.
Diffstat (limited to 'games')
-rw-r--r-- | games/pp/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pp/files/patch-aa b/games/pp/files/patch-aa index d67e224..30c232b 100644 --- a/games/pp/files/patch-aa +++ b/games/pp/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Sat Apr 5 09:08:26 1997 -+++ Makefile Fri May 24 03:59:44 2002 ++++ Makefile Fri May 24 04:16:16 2002 @@ -1,12 +1,15 @@ ####### This section was automatically generated from @@ -17,7 +17,7 @@ +LFLAGS+= -Wl,-rpath,${X11BASE}/lib +.endif +CC ?= gcc -+MOC = ${X11BASE]/bin/moc1 ++MOC = ${X11BASE}/bin/moc1 SHELL = /bin/sh ####### End of automatically generated section |