converters/iconv-extra: unbreak on 12.0 after base r306297

===> ces (all)
make[2]: don't know how to make unicode-1-1-utf-7.so. Stop
This commit is contained in:
Jan Beich 2017-02-01 21:47:01 +00:00
parent d00af13929
commit 7b01e3f763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433108

View File

@ -11,3 +11,18 @@
.endif
INTERNALLIB =
@@ -14,11 +14,11 @@ NOMAN =
NOOBJ =
-CLEANFILES = ${CHARSETS_SO} *.So
+CLEANFILES = ${CHARSETS_SO} *.So .pico
-.SUFFIXES: .so .So
+.SUFFIXES: .so .So .pico
-.So.so:
+.So.so .pico.so:
@${LDDESTDIRENV} ${CC} -shared -Wl,-x -o ${.TARGET} \
-Wl,-soname,${.TARGET} `lorder ${.ALLSRC} | tsort -q` \
${LDDESTDIR} ${LDADD}