pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Mar  5 10:36:40 UTC 2017

Modified Files:
        pkgsrc/doc: HOWTO-use-crosscompile

Log Message:
Fix path to cross-libtool-base in HOWTO


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/doc/HOWTO-use-crosscompile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/HOWTO-use-crosscompile
diff -u pkgsrc/doc/HOWTO-use-crosscompile:1.4 pkgsrc/doc/HOWTO-use-crosscompile:1.5
--- pkgsrc/doc/HOWTO-use-crosscompile:1.4       Wed May  4 02:05:22 2016
+++ pkgsrc/doc/HOWTO-use-crosscompile   Sun Mar  5 10:36:40 2017
@@ -1,7 +1,7 @@
 Cross-compilation in pkgsrc (user's guide)              -*- outline -*-
 Taylor R. Campbell <riastradh%NetBSD.org@localhost>
 
-$NetBSD: HOWTO-use-crosscompile,v 1.4 2016/05/04 02:05:22 riastradh Exp $
+$NetBSD: HOWTO-use-crosscompile,v 1.5 2017/03/05 10:36:40 kamil Exp $
 
 The following steps enable you to build binary packages for a machine
 architecture other than the one you are building on.  For example, you
@@ -87,7 +87,7 @@ Libtool's build system is broken -- it m
 build/host/target settings.  For now we need to kludge around it
 manually:
 
-   $ cd /usr/pkgsrc/cross/libtool-base
+   $ cd /usr/pkgsrc/cross/cross-libtool-base
    $ make package
    $ pkg_add -m powerpc /usr/pkgsrc/packages.powerpc/All/cross-libtool-base-powerpc-2.4.2.tgz
 



Home | Main Index | Thread Index | Old Index