aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-29 07:04:34 +0800
committerpav <pav@FreeBSD.org>2005-05-29 07:04:34 +0800
commit42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b (patch)
treefd38d9d6abe40fa3f4e9b58e6ba7c659dd43c61c
parent2121f3c57c59acacdddebf978d65c3adf987f657 (diff)
downloadfreebsd-ports-gnome-42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b.tar.gz
freebsd-ports-gnome-42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b.tar.zst
freebsd-ports-gnome-42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b.zip
- Fix build when gnugetopt is installed
PR: ports/81544 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Edson Brandi <ebrandi@fugspbr.org> (maintainer)
-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=""