biology/biosig: Unbreak on HEAD
Approved by: portmgr (blanket)
This commit is contained in:
parent
d3c98f9f5b
commit
52b6e58dc8
1 changed files with 7 additions and 1 deletions
|
|
@ -28,9 +28,15 @@ CFLAGS+= -D__BYTE_ORDER=BYTE_ORDER -D__LITTLE_ENDIAN=LITTLE_ENDIAN -D__BIG_ENDIA
|
|||
-Dbswap_16=bswap16 -Dbswap_32=bswap32 -Dbswap_64=bswap64
|
||||
LDFLAGS+= -liconv
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for f in bin/biosig_fhir bin/biosig2gdf bin/physicalunits bin/save2gdf lib/libbiosig.so.3
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue