diff options
author | martti <martti@pkgsrc.org> | 2006-12-15 12:46:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-15 12:46:23 +0000 |
commit | 2cc4216d5ef78d515d76bf66b7f8a7bfde835f05 (patch) | |
tree | 2c399d6a95c0986990ab6070ded1717566864e9e /mk/platform | |
parent | c69300e480e372f0a816a0dd1982d591c423daf0 (diff) | |
download | pkgsrc-2cc4216d5ef78d515d76bf66b7f8a7bfde835f05.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/OSF1.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/OSF1.mk b/mk/platform/OSF1.mk index 760891c65f5..4b1cfba7601 100644 --- a/mk/platform/OSF1.mk +++ b/mk/platform/OSF1.mk @@ -1,4 +1,4 @@ -# $NetBSD: OSF1.mk,v 1.13 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: OSF1.mk,v 1.14 2006/12/15 12:46:24 martti Exp $ # # Variable definitions for the OSF1 operating system. @@ -59,7 +59,7 @@ _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads -_OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker +_OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker _OPSYS_SHLIB_TYPE= COFF # type of shared lib _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix |