pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/parlatype
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Dec 15 10:34:05 UTC 2022
Modified Files:
pkgsrc/audio/parlatype: Makefile
Log Message:
parlatype: Fix PKGLOCALEDIR and SunOS linker args.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/parlatype/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/parlatype/Makefile
diff -u pkgsrc/audio/parlatype/Makefile:1.1 pkgsrc/audio/parlatype/Makefile:1.2
--- pkgsrc/audio/parlatype/Makefile:1.1 Mon Dec 12 20:56:49 2022
+++ pkgsrc/audio/parlatype/Makefile Thu Dec 15 10:34:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/12 20:56:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/15 10:34:05 jperkin Exp $
DISTNAME= parlatype-3.1
CATEGORIES= audio
@@ -13,6 +13,11 @@ LICENSE= gnu-gpl-v3 AND cc-by-sa-v4.0
USE_PKGLOCALEDIR= yes
USE_TOOLS+= itstool msgfmt pkg-config
+MESON_ARGS+= -Dlocaledir=${PKGLOCALEDIR}/locale
+
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,${WRKSRC}/libparlatype/src/libparlatype.map
+
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/parlatype.pc
Home |
Main Index |
Thread Index |
Old Index