diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-05-11 15:58:09 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-05-11 15:58:09 +0000 |
commit | 12ee0d3482c639a589af17b18ab1b1d5609cc835 (patch) | |
tree | b888637d6dd9b948e456b40606ed5322bceddaeb /app-doc/doxygen/files | |
parent | add initscrits for lisa and reslisa (lisa=lan information server, reslisa=res... (diff) | |
download | historical-12ee0d3482c639a589af17b18ab1b1d5609cc835.tar.gz historical-12ee0d3482c639a589af17b18ab1b1d5609cc835.tar.bz2 historical-12ee0d3482c639a589af17b18ab1b1d5609cc835.zip |
New ebuild release, buildable against qt3
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.2.15-r1.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.2.15-r1.diff b/app-doc/doxygen/files/doxygen-1.2.15-r1.diff new file mode 100644 index 000000000000..2f358ae411da --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.2.15-r1.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 |