pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/swirc



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Nov 15 15:07:34 UTC 2022

Modified Files:
        pkgsrc/chat/swirc: Makefile

Log Message:
swirc: pass LDFLAGS through via MAKE_FLAGS, fixes the build on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/swirc/Makefile

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

Modified files:

Index: pkgsrc/chat/swirc/Makefile
diff -u pkgsrc/chat/swirc/Makefile:1.10 pkgsrc/chat/swirc/Makefile:1.11
--- pkgsrc/chat/swirc/Makefile:1.10     Wed Oct 26 10:31:16 2022
+++ pkgsrc/chat/swirc/Makefile  Tue Nov 15 15:07:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/10/26 10:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/15 15:07:33 fcambus Exp $
 
 DISTNAME=      swirc-3.3.7
 PKGREVISION=   1
@@ -15,7 +15,7 @@ HAS_CONFIGURE=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
-MAKE_FLAGS+=   Q= CC="${CC}" CXX="${CXX}"
+MAKE_FLAGS+=   Q= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}"
 MAKE_FLAGS+=   DEST_MANUAL=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
 



Home | Main Index | Thread Index | Old Index