pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pico



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:27:31 UTC 2021

Modified Files:
        pkgsrc/editors/pico: Makefile

Log Message:
pico: honor LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/editors/pico/Makefile

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

Modified files:

Index: pkgsrc/editors/pico/Makefile
diff -u pkgsrc/editors/pico/Makefile:1.79 pkgsrc/editors/pico/Makefile:1.80
--- pkgsrc/editors/pico/Makefile:1.79   Thu Jan 19 18:52:08 2017
+++ pkgsrc/editors/pico/Makefile        Fri May 14 14:27:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2017/01/19 18:52:08 agc Exp $
+# $NetBSD: Makefile,v 1.80 2021/05/14 14:27:31 nia Exp $
 #
 # NOTE:
 # When updating, it is necessary to change the shlib version, located in
@@ -56,7 +56,7 @@ post-extract:
 do-build:
        @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
                CC="${LIBTOOL} --mode=compile ${CC}" \
-               LDCC="${LIBTOOL} --mode=link ${CC}" \
+               LDCC="${LIBTOOL} --mode=link ${CC} ${LDFLAGS}" \
                PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}" \
                EXTRALDFLAGS="${LIBS}"
 



Home | Main Index | Thread Index | Old Index