1
0
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:
Roman Bogorodskiy 2011-11-11 05:44:11 +00:00
parent b16a4315ce
commit f88c949669
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285532
2 changed files with 2 additions and 7 deletions

View File

@ -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>

View File

@ -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 \