aboutsummaryrefslogtreecommitdiffstats
path: root/security/libkpass
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2011-11-11 13:44:11 +0800
committernovel <novel@FreeBSD.org>2011-11-11 13:44:11 +0800
commitb80fcce015dec2239a66be814d5cbbc04846bb41 (patch)
tree166ed5681ab8d146e304dfb70fe2828a7e28d68e /security/libkpass
parenta5524d23c6a58382b261335255101d67ff368cdd (diff)
downloadfreebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.tar.gz
freebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.tar.zst
freebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.zip
Unbreak security/ckpass on powerpc by actually
fixing libkpass which it depends on. Reported by: linimon Feature safe: yes
Diffstat (limited to 'security/libkpass')
-rw-r--r--security/libkpass/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile
index ef46bdc7569a..57ab9ede22de 100644
--- a/security/libkpass/Makefile
+++ b/security/libkpass/Makefile
@@ -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 \