diff options
author | tron <tron@pkgsrc.org> | 2014-08-25 15:27:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-08-25 15:27:22 +0000 |
commit | e230236a362445f7beddfdbf57725fb7a8050621 (patch) | |
tree | 33358d5310c0e87e036081583baeb7d47836e548 /chat/ircII | |
parent | 65b5f2588b48f058473c945ef22c36efc3d162e7 (diff) | |
download | pkgsrc-e230236a362445f7beddfdbf57725fb7a8050621.tar.gz |
Fix build under NetBSD (and Linux?).
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index f27d4571702..4a6a67a1fa1 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2014/08/25 15:09:41 tron Exp $ +# $NetBSD: Makefile,v 1.66 2014/08/25 15:27:22 tron Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -45,7 +45,7 @@ BUILD_DEFS+= IPV6_READY CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV} -LIBS+= -l$(BUILDLINK_LIBNAME.iconv) +LDFLAGS.Darwin+=-l$(BUILDLINK_LIBNAME.iconv) LDFLAGS.SunOS+= -lsocket -lnsl .if ${OPSYS} == "Interix" |