diff options
author | Stefan Eßer <se@FreeBSD.org> | 1997-11-03 00:39:00 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1997-11-03 00:39:00 +0000 |
commit | 96fd8b0e87a475ffb3ff20cf6d79fcdf62c08b6e (patch) | |
tree | ceacd0e96ea1b023ab3692ee778bea39ceba9b69 /net/kdenetwork11/files/patch-ab | |
parent | Only the MIME and UU libraries are required from kdesupport, (diff) |
This port provides the KDE Mail and News user agents, which are not yet
fully functional, different from most of the other KDE stuff, but look
very promising, already.
Diffstat (limited to 'net/kdenetwork11/files/patch-ab')
-rw-r--r-- | net/kdenetwork11/files/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/kdenetwork11/files/patch-ab b/net/kdenetwork11/files/patch-ab new file mode 100644 index 000000000000..61b5d55c327e --- /dev/null +++ b/net/kdenetwork11/files/patch-ab @@ -0,0 +1,25 @@ +*** krn/Makefile.in~ Sun Nov 2 14:38:17 1997 +--- krn/Makefile.in Sun Nov 2 14:38:20 1997 +*************** +*** 35,44 **** + ########### File Formats ########### + +! .SUFFIXES: .cpp + + .cpp.o: + $(CXX) -c $(CXXFLAGS) $< + +! %.moc: %.h + $(MOC) $< -o $@ + +--- 35,44 ---- + ########### File Formats ########### + +! .SUFFIXES: .cpp .moc + + .cpp.o: + $(CXX) -c $(CXXFLAGS) $< + +! .h.moc: + $(MOC) $< -o $@ + |