pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/wmsmixer



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Oct 25 21:17:13 UTC 2017

Modified Files:
        pkgsrc/audio/wmsmixer: 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.20 -r1.21 pkgsrc/audio/wmsmixer/Makefile

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

Modified files:

Index: pkgsrc/audio/wmsmixer/Makefile
diff -u pkgsrc/audio/wmsmixer/Makefile:1.20 pkgsrc/audio/wmsmixer/Makefile:1.21
--- pkgsrc/audio/wmsmixer/Makefile:1.20 Wed Sep  6 10:40:25 2017
+++ pkgsrc/audio/wmsmixer/Makefile      Wed Oct 25 21:17:13 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2017/09/06 10:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2017/10/25 21:17:13 khorben Exp $
 #
 
 DISTNAME=      wmsmixer-0.5.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://www.hibernaculum.net/download/
 
@@ -17,6 +17,10 @@ USE_IMAKE=   YES
 USE_LANGUAGES= c++
 NO_INSTALL_MANPAGES= YES
 
+MAKE_FLAGS+=   CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=   CXXOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=   LOCAL_LDFLAGS=${LDFLAGS:Q}
+
 INSTALLATION_DIRS+= share/doc/wmsmixer share/examples/wmsmixer
 
 pre-build:



Home | Main Index | Thread Index | Old Index