aboutsummaryrefslogtreecommitdiff
path: root/shells/dash
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-08 14:10:55 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-08 14:10:55 +0000
commitafc1e249f46abe96040440ed8ea5e37a0e52284d (patch)
tree17c9a5ce147301316b8683b2aa976659847ee387 /shells/dash
parentd0151030e6b3c203898f2305d09ea02bca72bef6 (diff)
downloadports-afc1e249f46abe96040440ed8ea5e37a0e52284d.tar.gz
ports-afc1e249f46abe96040440ed8ea5e37a0e52284d.zip
Revert experimental code accidentally committed in r378465
Notes
Notes: svn path=/head/; revision=425743
Diffstat (limited to 'shells/dash')
-rw-r--r--shells/dash/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index 4ce4c107959b..0870a9a07bc8 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -8,9 +8,6 @@ MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= POSIX-compliant implementation of /bin/sh
-SEPARATE_BUILD= flavored
-FLAVORS= static
-FLAVOR?=
GNU_CONFIGURE= yes
# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
CFLAGS+= -DUNUSABLE_RT_SIGNALS
@@ -19,10 +16,6 @@ USES= gmake
PLIST_FILES= bin/dash man/man1/dash.1.gz
-.if ${FLAVOR:Mstatic}
-LDFLAGS+= -static
-.endif
-
post-patch:
${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
${WRKSRC}/src/Makefile.in