diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-10-06 00:44:43 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-10-06 00:44:43 +0800 |
commit | cc484d0fc178b47e4c9349195b705e48b13175dc (patch) | |
tree | b145ee48582a2e6a05e21921234167ee3a83af24 /misc/dahdi-kmod/Makefile | |
parent | 6d9a8cb401e61880aac0e4e6776a80ee14952397 (diff) | |
download | freebsd-ports-gnome-cc484d0fc178b47e4c9349195b705e48b13175dc.tar.gz freebsd-ports-gnome-cc484d0fc178b47e4c9349195b705e48b13175dc.tar.zst freebsd-ports-gnome-cc484d0fc178b47e4c9349195b705e48b13175dc.zip |
Add patch to define __BIG_ENDIAN and __LITTLE_ENDIAN properly.
May fix wctdm on sparc64.
Diffstat (limited to 'misc/dahdi-kmod/Makefile')
-rw-r--r-- | misc/dahdi-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dahdi-kmod/Makefile b/misc/dahdi-kmod/Makefile index 369cc5e09031..9bf67ad19be4 100644 --- a/misc/dahdi-kmod/Makefile +++ b/misc/dahdi-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= dahdi PORTVERSION= ${DAHDI_VERSION:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kld MASTER_SITES= ${MASTER_SITE_LOCAL}\ http://downloads.digium.com/pub/telephony/firmware/releases/:firmware |