pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/bkedit
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Dec 8 11:01:01 UTC 2022
Modified Files:
pkgsrc/www/bkedit: Makefile
Log Message:
bkedit: Remove -export-dynamic on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/bkedit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/bkedit/Makefile
diff -u pkgsrc/www/bkedit/Makefile:1.28 pkgsrc/www/bkedit/Makefile:1.29
--- pkgsrc/www/bkedit/Makefile:1.28 Wed Nov 23 16:21:18 2022
+++ pkgsrc/www/bkedit/Makefile Thu Dec 8 11:01:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/11/23 16:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/12/08 11:01:01 jperkin Exp $
#
DISTNAME= bk_edit-0.6.23
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
MAKE_ENV+= PKG_CFLAGS=${CFLAGS:Q}
MAKE_ENV+= PKG_LDFLAGS=${LDFLAGS:Q}
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-export-dynamic
+
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index