pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/wmmoonclock
Module Name: pkgsrc
Committed By: khorben
Date: Wed Oct 25 21:59:34 UTC 2017
Modified Files:
pkgsrc/time/wmmoonclock: Makefile
Log Message:
Add support for LDFLAGS
This notably fixes building with RELRO enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/wmmoonclock/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/wmmoonclock/Makefile
diff -u pkgsrc/time/wmmoonclock/Makefile:1.25 pkgsrc/time/wmmoonclock/Makefile:1.26
--- pkgsrc/time/wmmoonclock/Makefile:1.25 Fri Feb 26 11:40:30 2016
+++ pkgsrc/time/wmmoonclock/Makefile Wed Oct 25 21:59:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/02/26 11:40:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2017/10/25 21:59:33 khorben Exp $
DISTNAME= wmMoonClock-1.27
PKGREVISION= 1
@@ -13,6 +13,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_TOOLS+= gmake
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= COPTS=${LDFLAGS:Q}
MAKE_FLAGS.SunOS+= EXTRA_LOCAL_LIBS=-lsocket
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index