pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform DragonFly is ELF-only. Fix indentation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/34b5c713cae7
branches: trunk
changeset: 530607:34b5c713cae7
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jul 02 14:06:22 2007 +0000
description:
DragonFly is ELF-only. Fix indentation.
diffstat:
mk/platform/DragonFly.mk | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r afaf26c187b1 -r 34b5c713cae7 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Mon Jul 02 14:03:34 2007 +0000
+++ b/mk/platform/DragonFly.mk Mon Jul 02 14:06:22 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.30 2007/07/02 14:03:38 joerg Exp $
+# $NetBSD: DragonFly.mk,v 1.31 2007/07/02 14:06:22 joerg Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -14,17 +14,13 @@
CPP_PRECOMP_FLAGS?= # unset
DEF_UMASK?= 0022
-.if ${OBJECT_FMT} == "ELF"
EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
-.else
-EXPORT_SYMBOLS_LDFLAGS?=-Wl,--export-dynamic
-.endif
MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type
NOLOGIN?= /sbin/nologin
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
ROOT_CMD?= ${SU} - root -c
ROOT_USER?= root
-ROOT_GROUP?= wheel
+ROOT_GROUP?= wheel
ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
Home |
Main Index |
Thread Index |
Old Index