From 2e105bb6342f5a5aab06f42402660b9cb9016657 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 31 Mar 2015 11:35:58 +0000 Subject: Remove old SunOS hacks that are no longer needed and are now actively harmful when enabling certain options. --- chat/weechat/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index f37d4ba4c61..843145fa30a 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/10/19 22:27:43 alnsn Exp $ +# $NetBSD: Makefile,v 1.51 2015/03/31 11:35:58 jperkin Exp $ DISTNAME= weechat-1.0 PKGREVISION= 1 @@ -19,9 +19,6 @@ USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_CMAKE= yes -CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -LDFLAGS.SunOS+= -lsocket -lnsl -lintl - CMAKE_ARGS+= -DENABLE_ASPELL:BOOL=OFF CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF @@ -29,6 +26,8 @@ CMAKE_ARGS+= -DENABLE_MAN:BOOL=ON CMAKE_ARGS+= -DMANDIR:STRING=${PKGMANDIR} CMAKE_ARGS+= -DLOCALEDIR:STRING=${PKGLOCALEDIR}/locale +LDFLAGS+= ${BUILDLINK_LDADD.gettext} + .include "options.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -- cgit v1.2.3