pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ed2k-gtk-gui
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 08:49:33 UTC 2023
Modified Files:
pkgsrc/net/ed2k-gtk-gui: Makefile
Log Message:
ed2k-gtk-gui: SunOS needs -lX11 -lgmodule-2.0.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/ed2k-gtk-gui/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ed2k-gtk-gui/Makefile
diff -u pkgsrc/net/ed2k-gtk-gui/Makefile:1.62 pkgsrc/net/ed2k-gtk-gui/Makefile:1.63
--- pkgsrc/net/ed2k-gtk-gui/Makefile:1.62 Sun Jan 29 21:17:24 2023
+++ pkgsrc/net/ed2k-gtk-gui/Makefile Mon Jun 26 08:49:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2023/01/29 21:17:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2023/06/26 08:49:33 jperkin Exp $
DISTNAME= ed2k-gtk-gui-0.6.3
PKGREVISION= 40
@@ -13,7 +13,9 @@ USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CONFIGURE_LDFLAGS=${LDFLAGS:M*:Q}
+
LDFLAGS.DragonFly+= -lX11 -lgmodule-2.0
+LDFLAGS.SunOS+= -lX11 -lgmodule-2.0
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
Home |
Main Index |
Thread Index |
Old Index