summaryrefslogtreecommitdiff
path: root/sysutils/c++rt0
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /sysutils/c++rt0
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'sysutils/c++rt0')
-rw-r--r--sysutils/c++rt0/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/c++rt0/DESCR b/sysutils/c++rt0/DESCR
index d830fbca4ad..81ddfc9972e 100644
--- a/sysutils/c++rt0/DESCR
+++ b/sysutils/c++rt0/DESCR
@@ -3,7 +3,7 @@ it can only handle offsets up to a certain size, and can fail to work in
large programs. Compiling -fPIC allows larger offsets and should permit
large programs to function. As mixing object files compiled with -fpic
and -fPIC isn't allowed, the system c++rt0.o must be exchanged so that
--fPIC can be used everywhere.
+-fPIC can be used everywhere.
This package allows most of pkgsrc to compile on NetBSD/sparc systems
which run an OS version prior to 1.4.3 (which already contains this fix).