From 42c80bef12f29d5b1d9cfdb0dffa742c6b86ae3b Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 28 May 2005 23:04:34 +0000 Subject: - Fix build when gnugetopt is installed PR: ports/81544 Submitted by: Vasil Dimov Approved by: Edson Brandi (maintainer) --- sysutils/dar/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils') 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="" -- cgit