diff options
Diffstat (limited to 'editors/emacs24/Makefile.common')
-rw-r--r-- | editors/emacs24/Makefile.common | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/emacs24/Makefile.common b/editors/emacs24/Makefile.common index fba2653045c..860bf12c6be 100644 --- a/editors/emacs24/Makefile.common +++ b/editors/emacs24/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2014/10/28 12:45:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2015/09/07 12:02:05 jperkin Exp $ # # used by editors/emacs24/Makefile # used by editors/emacs24-nox11/Makefile @@ -52,13 +52,6 @@ CHECK_WRKREF_SKIP+= bin/emacs-${EMACS_VERSION} .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == "Darwin") -# Avoid 'malformed object' errors with older Xcode. -. if ${OS_VERSION:R} < 11 -INSTALL_UNSTRIPPED= yes -. endif -.endif - .if (${OPSYS} == "NetBSD") && \ !exists(/usr/lib/libgcc_s.so) && !exists(/usr/lib/libgcc.a) # NetBSD with native Clang doesn't provide libgcc, everything is in libc. |