Skip to content

Commit

Permalink
Add missing include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Jun 28, 2006
1 parent 43e433a commit 8b0becf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graphics/Cenon/Makefile
@@ -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
Expand All @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cenon.info/
COMMENT= Vector graphics / CAD / DTP program

USE_LANGUAGES= objc
USE_LANGUAGES= c objc

WRKSRC= ${WRKDIR}/Cenon
NO_CONFIGURE= yes
Expand Down
3 changes: 2 additions & 1 deletion graphics/Cenon/distinfo
@@ -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
13 changes: 13 additions & 0 deletions graphics/Cenon/patches/patch-ab
@@ -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

0 comments on commit 8b0becf

Please sign in to comment.