Skip to content

Commit

Permalink
gupnp: Needs -lsocket on SunOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Sep 5, 2023
1 parent c9ea096 commit bce533b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/gupnp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.87 2023/09/04 12:17:55 wiz Exp $
# $NetBSD: Makefile,v 1.88 2023/09/05 10:03:56 nia Exp $

DISTNAME= gupnp-1.6.5
CATEGORIES= net
Expand All @@ -15,6 +15,8 @@ TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl

USE_TOOLS+= pkg-config

LDFLAGS.SunOS+= -lsocket

REPLACE_PYTHON= tools/gupnp-binding-tool

PKGCONFIG_OVERRIDE+= output/meson-private/gupnp-1.6.pc
Expand Down

0 comments on commit bce533b

Please sign in to comment.