pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/Cenon Add missing include path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/377fca977ca8
branches:  trunk
changeset: 515233:377fca977ca8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 28 22:33:47 2006 +0000

description:
Add missing include path.

diffstat:

 graphics/Cenon/Makefile         |   4 ++--
 graphics/Cenon/distinfo         |   3 ++-
 graphics/Cenon/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 1d1d769fda44 -r 377fca977ca8 graphics/Cenon/Makefile
--- a/graphics/Cenon/Makefile   Wed Jun 28 21:23:29 2006 +0000
+++ b/graphics/Cenon/Makefile   Wed Jun 28 22:33:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/28 00:26:26 rh Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/28 22:33:47 joerg Exp $
 #
 
 DISTNAME=              Cenon-3.67
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://www.cenon.info/
 COMMENT=               Vector graphics / CAD / DTP program
 
-USE_LANGUAGES=         objc
+USE_LANGUAGES=         c objc
 
 WRKSRC=                        ${WRKDIR}/Cenon
 NO_CONFIGURE=          yes
diff -r 1d1d769fda44 -r 377fca977ca8 graphics/Cenon/distinfo
--- a/graphics/Cenon/distinfo   Wed Jun 28 21:23:29 2006 +0000
+++ b/graphics/Cenon/distinfo   Wed Jun 28 22:33:47 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/09/17 20:26:55 minskim Exp $
+$NetBSD: distinfo,v 1.3 2006/06/28 22:33:47 joerg Exp $
 
 SHA1 (Cenon-3.67.tar.bz2) = 6ccf7334f27fa981c4f45a5583cadf923ab93c92
 RMD160 (Cenon-3.67.tar.bz2) = 1ce52f0fbd4969da7b24d80c767713a35a07dc34
 Size (Cenon-3.67.tar.bz2) = 2121020 bytes
 SHA1 (patch-aa) = 3c84810aa89ef43dc5c1ebeaadba392be81a4115
+SHA1 (patch-ab) = d03cea657573cdbde6e18ff8697d7dfbcb54b8f3
diff -r 1d1d769fda44 -r 377fca977ca8 graphics/Cenon/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/Cenon/patches/patch-ab   Wed Jun 28 22:33:47 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/06/28 22:33:47 joerg Exp $
+
+--- PreferencesPanel.subproj/Import.bproj/GNUmakefile.orig     2006-06-28 22:10:21.000000000 +0000
++++ PreferencesPanel.subproj/Import.bproj/GNUmakefile
+@@ -49,7 +49,7 @@ Import_HEADERS = \
+ Import_PRINCIPAL_CLASS = \
+       ImportController
+ 
+-ADDITIONAL_OBJCFLAGS = -Wall
++ADDITIONAL_OBJCFLAGS = -Wall -I../../
+ ADDITIONAL_INCLUDE_DIRS += 
+ 
+ -include GNUmakefile.preamble



Home | Main Index | Thread Index | Old Index