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: maya
Date: Thu Dec 22 12:51:16 UTC 2016
Modified Files:
pkgsrc/devel/deforaos-libsystem: Makefile
Log Message:
deforaos-libsystem: use dlopen buildlink instead, as suggested by joerg.
appease pkglint, too.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/deforaos-libsystem/Makefile:1.17
--- pkgsrc/devel/deforaos-libsystem/Makefile:1.16 Thu Dec 22 12:11:32 2016
+++ pkgsrc/devel/deforaos-libsystem/Makefile Thu Dec 22 12:51:16 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/12/22 12:11:32 maya Exp $
+# $NetBSD: Makefile,v 1.17 2016/12/22 12:51:16 maya Exp $
#
DISTNAME= libSystem-0.3.0
@@ -9,16 +9,13 @@ MASTER_SITES= http://www.defora.org/os/d
MAINTAINER= khorben%defora.org@localhost
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS core system library
-
LICENSE= gnu-lgpl-v3
-LDFLAGS.Linux+= -ldl
-
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
-MAKE_FLAGS+= INSTALL=${INSTALL}
+MAKE_FLAGS+= INSTALL=${INSTALL:Q}
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
@@ -34,6 +31,8 @@ post-install:
REPLACE_SH= tests/tests.sh
+DL_AUTO_VARS= yes
+.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index