diff options
author | joerg <joerg@pkgsrc.org> | 2014-04-16 21:01:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-04-16 21:01:51 +0000 |
commit | 7be5b0508020ed3496230d1c46d772afab2c255a (patch) | |
tree | c726cbedf770b123b87fbe0105ad5ff3f4a6006b /editors | |
parent | bca4e94fd48305e7f3b0ac11901f6b1e6e5d4b71 (diff) | |
download | pkgsrc-7be5b0508020ed3496230d1c46d772afab2c255a.tar.gz |
--with-crt-dir is gone.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 096d621acb3..451cf0202eb 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2014/01/10 02:11:28 minskim Exp $ +# $NetBSD: Makefile.common,v 1.65 2014/04/16 21:01:51 joerg Exp $ DISTNAME= emacs-snapshot_20140101.orig SNAPDATE= ${DISTNAME:S/emacs-snapshot_//:S/.orig//} @@ -57,10 +57,6 @@ CHECK_WRKREF_SKIP+= bin/emacs-${EMACS_VERSION} CPPFLAGS+= -DDFLY_CRT_USRLIB .endif -.if ${OPSYS} == "NetBSD" && exists(/usr/lib/crti.o) -CONFIGURE_ARGS+= --with-crt-dir=/usr/lib -.endif - .if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD" .include "../../mk/curses.buildlink3.mk" .else |