aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dar/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-18 15:54:36 +0800
committerpav <pav@FreeBSD.org>2005-05-18 15:54:36 +0800
commitfe7d1b0a94c44370b2e5f2bbfec0b626e47cd784 (patch)
tree02a368406c56c3724fb12a4b046006d0bb091be0 /sysutils/dar/Makefile
parent12d0a452594d43fd6f81337e8d3bc0206edb4ca4 (diff)
downloadfreebsd-ports-graphics-fe7d1b0a94c44370b2e5f2bbfec0b626e47cd784.tar.gz
freebsd-ports-graphics-fe7d1b0a94c44370b2e5f2bbfec0b626e47cd784.tar.zst
freebsd-ports-graphics-fe7d1b0a94c44370b2e5f2bbfec0b626e47cd784.zip
- Fix: Headers of dar use some functions of gettext without including the
necessary header libintl.h. This prevents kdar from getting compiled. PR: ports/81003 Submitted by: Kay Lehmann <kay_lehmann@web.de> Approved by: Edson Brandi <ebrandi@fugspbr.org> (maintainer)
Diffstat (limited to 'sysutils/dar/Makefile')
-rw-r--r--sysutils/dar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index 19936aeec3e..3decf4a0d06 100644
--- a/sysutils/dar/Makefile
+++ b/sysutils/dar/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dar
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
@@ -21,6 +22,7 @@ USE_REINPLACE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX}