pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wdm
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 17 14:48:25 UTC 2023
Modified Files:
pkgsrc/x11/wdm: Makefile
Log Message:
wdm: this uses gettext() itself, so link against libintl.
Fixed build on NetBSD-current.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/wdm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wdm/Makefile
diff -u pkgsrc/x11/wdm/Makefile:1.70 pkgsrc/x11/wdm/Makefile:1.71
--- pkgsrc/x11/wdm/Makefile:1.70 Sun Jan 29 21:18:23 2023
+++ pkgsrc/x11/wdm/Makefile Thu Aug 17 14:48:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/01/29 21:18:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.71 2023/08/17 14:48:24 wiz Exp $
DISTNAME= wdm-1.28
PKGREVISION= 24
@@ -14,7 +14,8 @@ USE_TOOLS+= msgfmt pkg-config
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
-LDFLAGS.DragonFly= -lintl -lfontconfig
+LDFLAGS+= -lintl
+LDFLAGS.DragonFly= -lfontconfig
LDFLAGS.SunOS+= -lresolv
CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR}
@@ -60,6 +61,7 @@ INSTALLATION_DIRS+= share/pixmaps/wdm sh
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/giflib/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../wm/windowmaker/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index