summaryrefslogtreecommitdiff
path: root/sysutils/dar
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-28 23:04:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-28 23:04:34 +0000
commit036c763e5fd58c92c66611405e618a9288b8fff8 (patch)
tree4b41b4018e9ae4af6bc6a1a98b12d34a2c32a907 /sysutils/dar
parent- Update to 3.2 (diff)
- Fix build when gnugetopt is installed
PR: ports/81544 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Edson Brandi <ebrandi@fugspbr.org> (maintainer)
Diffstat (limited to 'sysutils/dar')
-rw-r--r--sysutils/dar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index 3decf4a0d063..670c4899c834 100644
--- a/sysutils/dar/Makefile
+++ b/sysutils/dar/Makefile
@@ -19,6 +19,8 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
+CPPFLAGS+= -DHAVE_DECL_GETOPT=0
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""