diff options
author | agc <agc> | 2002-12-03 19:11:30 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-03 19:11:30 +0000 |
commit | f5966db7d2b3de2dbe384a9b439be5229dc69859 (patch) | |
tree | a1e33414c9ec0bf9c163ef260ebc901c5d3ea8d5 /mk/defs.FreeBSD.mk | |
parent | 38e34b3b98fa11123ce15a210aee32f4411ace2d (diff) | |
download | pkgsrc-f5966db7d2b3de2dbe384a9b439be5229dc69859.tar.gz |
Handle the different rpath directive to the linker for Irix in a different,
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which
takes the value "-rpath," or "-R", set appropriately in the opsys-dependent
defs files.
Diffstat (limited to 'mk/defs.FreeBSD.mk')
-rw-r--r-- | mk/defs.FreeBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.FreeBSD.mk b/mk/defs.FreeBSD.mk index f3d7541584e..39f0139f4e8 100644 --- a/mk/defs.FreeBSD.mk +++ b/mk/defs.FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.FreeBSD.mk,v 1.4 2002/12/03 18:57:52 agc Exp $ +# $NetBSD: defs.FreeBSD.mk,v 1.5 2002/12/03 19:11:31 agc Exp $ # # Variable definitions for the FreeBSD operating system. @@ -95,6 +95,7 @@ _OPSYS_HAS_GMAKE= no # GNU make is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available _OPSYS_LIBTOOL_REQD= 1.4.20010614nb10 # base version of libtool required +_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker _PATCH_BACKUP_ARG= -V simple -b # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are _USE_RPATH= yes # add rpath to LDFLAGS |