pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libfreehand
Module Name: pkgsrc
Committed By: tnn
Date: Sun Jan 6 02:42:49 UTC 2019
Modified Files:
pkgsrc/converters/libfreehand: Makefile
Log Message:
libfreehand: build fix
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/converters/libfreehand/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/libfreehand/Makefile
diff -u pkgsrc/converters/libfreehand/Makefile:1.27 pkgsrc/converters/libfreehand/Makefile:1.28
--- pkgsrc/converters/libfreehand/Makefile:1.27 Thu Dec 13 19:51:32 2018
+++ pkgsrc/converters/libfreehand/Makefile Sun Jan 6 02:42:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/12/13 19:51:32 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/01/06 02:42:49 tnn Exp $
DISTNAME= libfreehand-0.1.1
PKGREVISION= 20
@@ -19,6 +19,10 @@ USE_TOOLS+= perl:build pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CXXFLAGS+= -Wno-error=deprecated-register
+.endif
PKGCONFIG_OVERRIDE+= libfreehand.pc.in
Home |
Main Index |
Thread Index |
Old Index