pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/figlet



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Oct 23 23:21:59 UTC 2017

Modified Files:
        pkgsrc/misc/figlet: Makefile

Log Message:
Add support for CFLAGS and LDFLAGS

This notably fixes building with RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/figlet/Makefile

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

Modified files:

Index: pkgsrc/misc/figlet/Makefile
diff -u pkgsrc/misc/figlet/Makefile:1.25 pkgsrc/misc/figlet/Makefile:1.26
--- pkgsrc/misc/figlet/Makefile:1.25    Thu Oct  9 14:06:42 2014
+++ pkgsrc/misc/figlet/Makefile Mon Oct 23 23:21:59 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:42 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/10/23 23:21:59 khorben Exp $
 
 DISTNAME=      figlet-2.2.5
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.figlet.org/pub/figlet/program/unix/
 
@@ -9,6 +10,8 @@ HOMEPAGE=      http://www.figlet.org/
 COMMENT=       Print text banners in fancy ASCII art characters
 LICENSE=       modified-bsd
 
+MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man6
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6



Home | Main Index | Thread Index | Old Index