diff options
author | pav <pav@FreeBSD.org> | 2005-05-28 23:04:34 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-28 23:04:34 +0000 |
commit | 42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b (patch) | |
tree | fd38d9d6abe40fa3f4e9b58e6ba7c659dd43c61c /sysutils/dar | |
parent | 2121f3c57c59acacdddebf978d65c3adf987f657 (diff) | |
download | FreeBSD-ports-42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b.zip FreeBSD-ports-42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b.tar.gz |
- 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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 3decf4a..670c489 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="" |