pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/wmakerconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 26 22:19:36 UTC 2024

Modified Files:
        pkgsrc/wm/wmakerconf: Makefile

Log Message:
wmakerconf: add -lX11 for Linux

Addresses 57964.

I wonder why this is necessary, it works fine on NetBSD (with modular
X.org) without this - -lX11 and other X libraries are on the linker line.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/wm/wmakerconf/Makefile

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

Modified files:

Index: pkgsrc/wm/wmakerconf/Makefile
diff -u pkgsrc/wm/wmakerconf/Makefile:1.103 pkgsrc/wm/wmakerconf/Makefile:1.104
--- pkgsrc/wm/wmakerconf/Makefile:1.103 Tue Nov 14 14:03:02 2023
+++ pkgsrc/wm/wmakerconf/Makefile       Mon Feb 26 22:19:36 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2023/11/14 14:03:02 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2024/02/26 22:19:36 wiz Exp $
 
 DISTNAME=      wmakerconf-2.11
 PKGREVISION=   65
-CATEGORIES=    x11 wm windowmaker
+CATEGORIES=    wm x11 windowmaker
 MASTER_SITES=  http://starplot.org/wmakerconf/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -28,6 +28,7 @@ REPLACE_PERL+=                scripts/*.pl.in
 USE_TOOLS+=            perl:run
 
 LDFLAGS.SunOS+=                -lX11
+LDFLAGS.Linux+=                -lX11
 
 post-extract:
        ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in



Home | Main Index | Thread Index | Old Index