diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-04-18 03:07:30 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-04-18 03:07:30 +0000 |
commit | bea2eff5db0c304968385454ebc0425ea7b967ff (patch) | |
tree | c9fa1347864fe0a3664c747b72eb08e4038ead40 /app-doc | |
parent | (#1786) (diff) | |
download | gentoo-2-bea2eff5db0c304968385454ebc0425ea7b967ff.tar.gz gentoo-2-bea2eff5db0c304968385454ebc0425ea7b967ff.tar.bz2 gentoo-2-bea2eff5db0c304968385454ebc0425ea7b967ff.zip |
Bug (#1786)
Diffstat (limited to 'app-doc')
-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 |