diff options
author | joerg <joerg> | 2009-02-15 19:41:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-15 19:41:10 +0000 |
commit | e59ff2960587ed29e2b61d3a2bfdded26af5329e (patch) | |
tree | 0cb902123d25bc3a5d8d717c2be824ed9700f714 /ham/fldigi/Makefile | |
parent | 5e95b5f3803435b51cfa8b400dfd98ae5b671793 (diff) | |
download | pkgsrc-e59ff2960587ed29e2b61d3a2bfdded26af5329e.tar.gz |
Cast via ssize_t to make GCC happy. This is still somewhat abusive, but
easier than to switch to dynamically allocated int.
Diffstat (limited to 'ham/fldigi/Makefile')
-rw-r--r-- | ham/fldigi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index d7d1fe1e675..2cd5681a693 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/23 08:07:09 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/15 19:41:10 joerg Exp $ # DISTNAME= fldigi-3.03 @@ -9,6 +9,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.w1hkj.com/Fldigi.html COMMENT= Digital radio modem +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ |