pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/pan



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:56:03 UTC 2024

Modified Files:
        pkgsrc/news/pan: Makefile

Log Message:
pan: Use LDFLAGS not LIBS.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/news/pan/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/pan/Makefile
diff -u pkgsrc/news/pan/Makefile:1.153 pkgsrc/news/pan/Makefile:1.154
--- pkgsrc/news/pan/Makefile:1.153      Sun Nov 17 07:16:34 2024
+++ pkgsrc/news/pan/Makefile    Tue Dec  3 13:56:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2024/11/17 07:16:34 wiz Exp $
+# $NetBSD: Makefile,v 1.154 2024/12/03 13:56:02 jperkin Exp $
 
 PKGNAME=               pan-0.160
 PKGREVISION=           5
@@ -34,7 +34,7 @@ CMAKE_CONFIGURE_ARGS+=        -DWANT_GNUTLS=1
 CMAKE_CONFIGURE_ARGS+= -DWANT_GTKSPELL=1
 CMAKE_CONFIGURE_ARGS+= -DWANT_NOTIFY=0
 
-LIBS.SunOS+=   -lsocket
+LDFLAGS.SunOS+=        -lsocket
 
 # "Build" these files out of thin air, since base msgfmt doesn't know
 # about --xml --desktop.



Home | Main Index | Thread Index | Old Index