diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 23:04:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 23:04:34 +0000 |
commit | 036c763e5fd58c92c66611405e618a9288b8fff8 (patch) | |
tree | 4b41b4018e9ae4af6bc6a1a98b12d34a2c32a907 /sysutils | |
parent | 4cd86047fbbbf2290aeb995493db30e48b7efeef (diff) | |
download | ports-036c763e5fd58c92c66611405e618a9288b8fff8.tar.gz ports-036c763e5fd58c92c66611405e618a9288b8fff8.zip |
Notes
Diffstat (limited to 'sysutils')
-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 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="" |