diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-08 14:10:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-08 14:10:55 +0000 |
commit | afc1e249f46abe96040440ed8ea5e37a0e52284d (patch) | |
tree | 17c9a5ce147301316b8683b2aa976659847ee387 /shells | |
parent | d0151030e6b3c203898f2305d09ea02bca72bef6 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/dash/Makefile | 7 |
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 |