mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
d00af13929
commit
7b01e3f763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433108
1 changed files with 15 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue