pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compat32_libuuid: Set ${ABI} in Makefile
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Tue Jul 23 20:51:21 2019 +0200
Changeset: 0a14d35b9daf1d45d61efde7c7859263062a4865
Modified Files:
compat32_libuuid/Makefile
Log Message:
compat32_libuuid: Set ${ABI} in Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a14d35b9daf1d45d61efde7c7859263062a4865
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
compat32_libuuid/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/compat32_libuuid/Makefile b/compat32_libuuid/Makefile
index 8b7cc9330c..dde406ecb1 100644
--- a/compat32_libuuid/Makefile
+++ b/compat32_libuuid/Makefile
@@ -2,7 +2,8 @@
.include "Makefile.common"
-PKGNAME= compat32_${DISTNAME:S/util-linux/libuuid/}
+ABI= 32
+PKGNAME= compat${ABI}_${DISTNAME:S/util-linux/libuuid/}
CATEGORIES= devel
COMMENT= Generate unique identifiers for objects
LICENSE= modified-bsd
Home |
Main Index |
Thread Index |
Old Index