From e59ff2960587ed29e2b61d3a2bfdded26af5329e Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 15 Feb 2009 19:41:10 +0000 Subject: Cast via ssize_t to make GCC happy. This is still somewhat abusive, but easier than to switch to dynamically allocated int. --- ham/fldigi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ham/fldigi/Makefile') 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++ -- cgit v1.2.3