The following reply was made to PR ports/81368; it has been noted by GNATS.
From: Michael Nottebrock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: ports/81368: FIX: kdenetwork 3.4 - Kopete doesn't work with msn Date: Sun, 22 May 2005 22:19:50 +0200 Makefile.am's aren't used in the actual build - they're templates for the Makefile.in files, which in turn are templates for the Makefiles. Makefile.am files meant to be processed by automake, Makefile.in files are processed by configure at the end of a configure run. So in order to make your patches work, you'll have to translate the patch against Makefile.am into one for Makefile.in. _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
