pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ape: Hack in SunOS link flags



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Aug 18 12:13:10 2022 -0500
Changeset:	35e2b04698d1ec19338b5cbab0e4673604571222

Modified Files:
	ape/Makefile

Log Message:
ape: Hack in SunOS link flags

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35e2b04698d1ec19338b5cbab0e4673604571222

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ape/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ape/Makefile b/ape/Makefile
index 56c632dcce..2c515b64bf 100644
--- a/ape/Makefile
+++ b/ape/Makefile
@@ -15,6 +15,8 @@ DEPENDS=	webbrowser>=0:../../wip/webbrowser
 MAKE_ENV+=		VERSION=${PKGVERSION}
 INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
+LDFLAGS.SunOS+=		-lresolv -lsocket -lnsl
+
 pre-build:
 	cd ${WRKSRC} && ${MAKE} LOCALBASE=${PREFIX} depend
 


Home | Main Index | Thread Index | Old Index