diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 04:41:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 04:41:13 +0000 |
commit | 2fc854b7bd7510ec592fea5a47c2c163a91b1781 (patch) | |
tree | 6bcd084cd2bc36e3e8a2764244007453e21274e0 /devel/ddd/Makefile | |
parent | upgrade to 0.8.9 (diff) |
Fix build on -current.
Submitted by: kan
PR: ports/42454
Notes
Notes:
svn path=/head/; revision=65771
Diffstat (limited to 'devel/ddd/Makefile')
-rw-r--r-- | devel/ddd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 1690fc45b031..f027be060ab6 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -25,6 +25,8 @@ PLIST_SUB= VERSION=${PORTVERSION} MAN1= ddd.1 +CFLAGS+= -Wno-deprecated + .if defined(MOTIFLIB) .if defined(MOTIF_STATIC) LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/\/libXm\.a//g' | ${AWK} '{print $$1}' |