diff options
author | kris <kris@FreeBSD.org> | 2002-05-24 19:18:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-24 19:18:55 +0800 |
commit | db65683ca26afba1e58a8fd87f8e99e29e6df943 (patch) | |
tree | 7766a641b35b51b6f0c18cfcbdefb1ce67d4ca3b /games/pp | |
parent | 244094515624acbc63c6469a35d10804edea7178 (diff) | |
download | freebsd-ports-gnome-db65683ca26afba1e58a8fd87f8e99e29e6df943.tar.gz freebsd-ports-gnome-db65683ca26afba1e58a8fd87f8e99e29e6df943.tar.zst freebsd-ports-gnome-db65683ca26afba1e58a8fd87f8e99e29e6df943.zip |
Forgot to completely patch this port to make it build again.
Diffstat (limited to 'games/pp')
-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 d67e224323b9..30c232bed554 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 |