pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/trn



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 15 11:30:37 UTC 2022

Modified Files:
        pkgsrc/news/trn: Makefile

Log Message:
trn: Pass LDFLAGS, fixes ncurses build.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/news/trn/Makefile

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

Modified files:

Index: pkgsrc/news/trn/Makefile
diff -u pkgsrc/news/trn/Makefile:1.51 pkgsrc/news/trn/Makefile:1.52
--- pkgsrc/news/trn/Makefile:1.51       Tue Jun 28 11:35:23 2022
+++ pkgsrc/news/trn/Makefile    Thu Dec 15 11:30:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/06/28 11:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2022/12/15 11:30:36 jperkin Exp $
 
 DISTNAME=              trn-4.0-test77
 PKGNAME=               trn-4.77
@@ -49,6 +49,7 @@ CONFIGURE_ARGS+=      -d -e -D bin=${PREFIX:Q
                        -D installbin=${DESTDIR:Q}${PREFIX:Q}'/bin' \
                        -D installmansrc=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1 \
                        -D installprivlib=${DESTDIR:Q}${PREFIX:Q}'/share/trn' \
+                       -D ldflags=${LDFLAGS:Q} \
                        -D libpth=${PREFIX:Q}'/lib /usr/lib' \
                        -D mansrc=${PREFIX:Q}/${PKGMANDIR:Q}'/man1' \
                        -D mansrcexp=${PREFIX:Q}/${PKGMANDIR:Q}'/man1' \



Home | Main Index | Thread Index | Old Index