diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-17 05:36:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-17 05:36:36 +0000 |
commit | 893a0e66e89725998d764eb1707eaffc14133e25 (patch) | |
tree | a4f82859473e6f9801ee32701161fc0f44880612 /net-ftp | |
parent | clean out old, non-modX ebuild (diff) | |
download | gentoo-2-893a0e66e89725998d764eb1707eaffc14133e25.tar.gz gentoo-2-893a0e66e89725998d764eb1707eaffc14133e25.tar.bz2 gentoo-2-893a0e66e89725998d764eb1707eaffc14133e25.zip |
revert changes that werent supposed to be committed to the older version #147866
(Portage version: 2.1.1)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ncftp/ChangeLog | 4 | ||||
-rw-r--r-- | net-ftp/ncftp/files/ncftp-3.1.9-build.patch | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/ncftp/ChangeLog b/net-ftp/ncftp/ChangeLog index 9e1a0e7c94b8..9c618e42e99f 100644 --- a/net-ftp/ncftp/ChangeLog +++ b/net-ftp/ncftp/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for net-ftp/ncftp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ChangeLog,v 1.51 2006/09/14 02:16:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ChangeLog,v 1.52 2006/09/17 05:36:36 vapier Exp $ 14 Sep 2006; Mike Frysinger <vapier@gentoo.org> - files/ncftp-3.1.9-build.patch, files/ncftp-3.2.0-build.patch: + files/ncftp-3.2.0-build.patch: Fix some parallel build issues #147371. 04 Sep 2006; Mike Frysinger <vapier@gentoo.org> diff --git a/net-ftp/ncftp/files/ncftp-3.1.9-build.patch b/net-ftp/ncftp/files/ncftp-3.1.9-build.patch index 447c2ef4308d..d6d45b9ab0dc 100644 --- a/net-ftp/ncftp/files/ncftp-3.1.9-build.patch +++ b/net-ftp/ncftp/files/ncftp-3.1.9-build.patch @@ -16,8 +16,8 @@ http://bugs.gentoo.org/146214 +++ sio/pch.mk.gcc-gch @@ -1,5 +1,6 @@ syshdrs.h.gch: syshdrs.h sio.h usio.h -- $(CCDV)$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -+ $(CCDV)$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -o .tmp.$@ +- $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h ++ $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -o .tmp.$@ + mv -f .tmp.$@ $@ PCH=syshdrs.h.gch @@ -35,8 +35,8 @@ http://bugs.gentoo.org/146214 +++ libncftp/pch.mk.gcc-gch @@ -1,5 +1,6 @@ syshdrs.h.gch: syshdrs.h ncftp.h ncftp_errno.h util.h ftp.h -- $(CCDV)$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -+ $(CCDV)$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -o .tmp.$@ +- $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h ++ $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) syshdrs.h -o .tmp.$@ + mv -f .tmp.$@ $@ PCH=syshdrs.h.gch |