diff options
author | 2002-04-18 03:07:30 +0000 | |
---|---|---|
committer | 2002-04-18 03:07:30 +0000 | |
commit | 603310fece909e83f80e539730524dd939f8c18d (patch) | |
tree | 7301828e3fbf9f3b71238a2402a94754f71b7142 /app-doc/doxygen/files | |
parent | (#1786) (diff) | |
download | historical-603310fece909e83f80e539730524dd939f8c18d.tar.gz historical-603310fece909e83f80e539730524dd939f8c18d.tar.bz2 historical-603310fece909e83f80e539730524dd939f8c18d.zip |
Bug (#1786)
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff b/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff new file mode 100644 index 000000000000..2f358ae411da --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff @@ -0,0 +1,11 @@ +--- Makefile.doxywizard Sat Jan 5 19:04:28 2002 ++++ Makefile.doxywizard Sat Jan 5 19:05:20 2002 +@@ -25,7 +25,7 @@ + LINK = g++ + LFLAGS = + LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm +-MOC = moc ++MOC = $(QTDIR)/bin/moc + + TAR = tar -cf + GZIP = gzip -9f |