diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-14 14:56:56 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-14 14:56:56 +0800 |
commit | 09910b95c574541ab1712e265ce964d69b656918 (patch) | |
tree | 2fe588b55cd26278bd9b7c593d43b73b82c2f6f8 | |
parent | 7fe78d9f81f9a0c4af8ef91ce081144ef39a8f50 (diff) | |
download | freebsd-ports-gnome-09910b95c574541ab1712e265ce964d69b656918.tar.gz freebsd-ports-gnome-09910b95c574541ab1712e265ce964d69b656918.tar.zst freebsd-ports-gnome-09910b95c574541ab1712e265ce964d69b656918.zip |
Attempt to fix build on 7.x
Reported by: pointyhat via pav
Submitted by: Stephen Hurd (maintainer)
-rw-r--r-- | games/pinedit/files/patch-pinedit__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pinedit/files/patch-pinedit__Makefile.in b/games/pinedit/files/patch-pinedit__Makefile.in new file mode 100644 index 000000000000..7114985dfc5f --- /dev/null +++ b/games/pinedit/files/patch-pinedit__Makefile.in @@ -0,0 +1,11 @@ +--- pinedit/Makefile.in.orig 2011-04-13 21:21:34.000000000 -0700 ++++ pinedit/Makefile.in 2011-04-13 21:21:44.000000000 -0700 +@@ -700,7 +700,7 @@ + uninstall-binPROGRAMS uninstall-info-am + + +-dnl MOC = $(EM_QTDIR)/bin/moc ++# dnl MOC = $(EM_QTDIR)/bin/moc + + moc_%.cpp : %.h + @echo "Creating Meta $< ..." |