diff options
author | rillig <rillig> | 2013-10-12 11:58:49 +0000 |
---|---|---|
committer | rillig <rillig> | 2013-10-12 11:58:49 +0000 |
commit | 73a5b5b5a9d43338187646c5e56e24bd99e4f01c (patch) | |
tree | 7e4f48139b7ca39e3b0669d2bad7304713b48a74 /doc/guide | |
parent | 67114b3a60f1a58641a468a512ab71275e93941c (diff) | |
download | pkgsrc-73a5b5b5a9d43338187646c5e56e24bd99e4f01c.tar.gz |
Truncated one very long line which destroyed the layout in the HTML
version. The rest of the line is not important for understanding.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/creating.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index 370936667ad..8474d0af04e 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.12 2012/10/03 22:14:01 wiz Exp $ --> +<!-- $NetBSD: creating.xml,v 1.13 2013/10/12 11:58:49 rillig Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -376,7 +376,7 @@ and tried again.</para> <programlisting> [...] -cc -o xpidl.o -c -DOSTYPE=\"NetBSD3\" -DOSARCH=\"NetBSD\" -I../../../dist/include/xpcom -I../../../dist/include -I/tmp/roland/pkgsrc/www/nvu/work.bacc/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -DPIC -I/home/roland/pkg/include -I/usr/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -O2 -I/home/roland/pkg/include -I/usr/include -Dunix -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_roland -DTRACING -g -I/home/roland/pkg/include/glib/glib-1.2 -I/home/roland/pkg/lib/glib/include -I/usr/pkg/include/orbit-1.0 -I/home/roland/pkg/include -I/usr/include -I/usr/X11R6/include -include ../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/xpidl.pp xpidl.c +cc -o xpidl.o -c -DOSTYPE=\"NetBSD3\" -DOSARCH=\"NetBSD\" [...] In file included from xpidl.c:42: xpidl.h:53:24: libIDL/IDL.h: No such file or directory In file included from xpidl.c:42: |