diff options
Diffstat (limited to 'devel/libedit/Makefile')
-rw-r--r-- | devel/libedit/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index cd1e166e7232..063e73f6bd62 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -14,15 +14,10 @@ LICENSE= BSD2CLAUSE USES= libtool pathfix EDITVERSION= 3.1 -EDITDATE= 20140213 +EDITDATE= 20140618 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-widec -CPPFLAGS= -D__weakref_visible=extern - -post-patch: - @${REINPLACE_CMD} -e "s/__weak_reference/__weak_extern/g" ${WRKSRC}/src/vi.c - .include <bsd.port.mk> |