Revert experimental code accidentally committed in r378465

This commit is contained in:
Antoine Brodin 2016-11-08 14:10:55 +00:00
parent d0151030e6
commit afc1e249f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425743

View File

@ -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