pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-libsystem



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 15 19:55:42 UTC 2020

Modified Files:
        pkgsrc/devel/deforaos-libsystem: Makefile

Log Message:
deforaos-libsystem: fix build on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/deforaos-libsystem/Makefile

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

Modified files:

Index: pkgsrc/devel/deforaos-libsystem/Makefile
diff -u pkgsrc/devel/deforaos-libsystem/Makefile:1.23 pkgsrc/devel/deforaos-libsystem/Makefile:1.24
--- pkgsrc/devel/deforaos-libsystem/Makefile:1.23       Thu Dec 19 22:11:51 2019
+++ pkgsrc/devel/deforaos-libsystem/Makefile    Sun Mar 15 19:55:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/12/19 22:11:51 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/15 19:55:42 tnn Exp $
 #
 
 DISTNAME=      libSystem-0.4.2
@@ -14,6 +14,7 @@ LICENSE=      2-clause-bsd
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
+LDFLAGS+=      ${BUILDLINK_LDADD.dl}
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index