pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/wmmixer



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Oct 25 22:04:30 UTC 2017

Modified Files:
        pkgsrc/audio/wmmixer: 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.19 -r1.20 pkgsrc/audio/wmmixer/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/wmmixer/Makefile
diff -u pkgsrc/audio/wmmixer/Makefile:1.19 pkgsrc/audio/wmmixer/Makefile:1.20
--- pkgsrc/audio/wmmixer/Makefile:1.19  Wed Apr 20 12:10:33 2016
+++ pkgsrc/audio/wmmixer/Makefile       Wed Oct 25 22:04:30 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:33 nros Exp $
+# $NetBSD: Makefile,v 1.20 2017/10/25 22:04:30 khorben Exp $
 #
 
 DISTNAME=      wmmixer-1.0-beta1
 PKGNAME=       wmmixer-1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://www.geocities.com/SiliconValley/Vista/2471/files/
 EXTRACT_SUFX=  .tgz
@@ -20,6 +20,10 @@ USE_IMAKE=           YES
 USE_LANGUAGES=         c c++
 NO_INSTALL_MANPAGES=   YES
 
+MAKE_FLAGS+=           CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=           CXXOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=           LOCAL_LDFLAGS=${LDFLAGS:Q}
+
 pre-build:
        ${TOUCH} ${WRKSRC}/wmmixer.man
 



Home | Main Index | Thread Index | Old Index