diff options
author | thorpej <thorpej@pkgsrc.org> | 2003-04-01 16:48:20 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2003-04-01 16:48:20 +0000 |
commit | 40341eff8875a4e7df37b87a23e7c4b295c80ff8 (patch) | |
tree | 93a93714c83c3d5832f5944ab399743d7650b44b /mk/defs.Darwin.mk | |
parent | ce256a5c0542d327049ca2da2cf8011c73104ba6 (diff) | |
download | pkgsrc-40341eff8875a4e7df37b87a23e7c4b295c80ff8.tar.gz |
Make sure _OPSYS_RPATH_NAME has a value (even if a bogus one) so that
the FIX_RPATH magic works.
Fix suggested by Tim Preston.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index 31bbb55e267..2e0ecf6f74b 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.48 2003/03/04 14:50:10 seb Exp $ +# $NetBSD: defs.Darwin.mk,v 1.49 2003/04/01 16:48:20 thorpej Exp $ # # Variable definitions for the Darwin operating system. @@ -113,7 +113,7 @@ _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_LIBTOOL_REQD= 1.4.20010614nb12 # base version of libtool required _OPSYS_PERL_REQD= 5.8.0 # base version of perl required -_OPSYS_RPATH_NAME= # no name of symbol in rpath directive to linker +_OPSYS_RPATH_NAME= darwin_has_no_rpath _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG= -V simple -b -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are |