Index: head/comms/birda/Makefile =================================================================== --- head/comms/birda/Makefile (revision 566348) +++ head/comms/birda/Makefile (revision 566349) @@ -1,17 +1,20 @@ # Created by: Brandon S. Allbery KF8NH # $FreeBSD$ PORTNAME= birda PORTVERSION= 1.3 CATEGORIES= comms MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ MAINTAINER= mjl@luckie.org.nz COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc USES= uidfix +# XXX Static libraries with PIE are currently unsupported. +MAKE_ENV+= WITHOUT_PIE=true + # Fix build with clang11 CFLAGS+= -fcommon .include