1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/kdenetwork11/files/patch-ab
Stefan Eßer 96fd8b0e87 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.
1997-11-03 00:39:00 +00:00

26 lines
417 B
Plaintext

*** 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 $@