pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/ggrab



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 19:50:19 UTC 2023

Modified Files:
        pkgsrc/multimedia/ggrab: Makefile

Log Message:
ggrab: Override attempt to override LDFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/ggrab/Makefile

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

Modified files:

Index: pkgsrc/multimedia/ggrab/Makefile
diff -u pkgsrc/multimedia/ggrab/Makefile:1.8 pkgsrc/multimedia/ggrab/Makefile:1.9
--- pkgsrc/multimedia/ggrab/Makefile:1.8        Sun Nov  3 17:12:00 2019
+++ pkgsrc/multimedia/ggrab/Makefile    Wed Jul 12 19:50:19 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2019/11/03 17:12:00 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/12 19:50:19 nia Exp $
 #
 
 DISTNAME=              ${PKGNAME}-linux
 PKGNAME=               ggrab-0.22a
+PKGREVISION=           1
 CATEGORIES=            multimedia
 #MASTER_SITES=         http://www.menzebach.de/ggrab/
 EXTRACT_SUFX=          .tgz
@@ -14,6 +15,10 @@ COMMENT=             Server for recording video str
 USE_LANGUAGES= c++
 WRKSRC=                ${WRKDIR}/ggrab-0.22a
 
+# Override Makefile's attempt to override LDFLAGS and force
+# static linking (and ignore paths).
+MAKE_FLAGS+=           LDFLAGS=${LDFLAGS:Q}
+
 RCD_SCRIPTS=           sserver
 DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
 



Home | Main Index | Thread Index | Old Index