mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Unbreak security/ckpass on powerpc by actually
fixing libkpass which it depends on. Reported by: linimon Feature safe: yes
This commit is contained in:
parent
b16a4315ce
commit
f88c949669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285532
@ -23,10 +23,4 @@ CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
|
||||
PLIST_FILES= bin/ckpass
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
BROKEN= Does not configure on powerpc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,7 @@ LICENSE= GPLv3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16
|
||||
|
||||
PLIST_FILES= include/kpass.h \
|
||||
lib/libkpass.so \
|
||||
|
Loading…
Reference in New Issue
Block a user