- fix build wirth gcc46
- add explict dependency to UnitKit
This commit is contained in:
parent
38c74bf27c
commit
ff37dd5bd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290542
2 changed files with 12 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= vindaloo
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics gnustep
|
||||
MASTER_SITES= http://download.gna.org/etoile/
|
||||
DISTNAME= etoile-0.4.1
|
||||
|
@ -24,6 +24,7 @@ USE_GNUSTEP_BUILD= yes
|
|||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_LOCAL_LIBS+= PopplerKit:${POPPLERKIT_PORT}
|
||||
USE_GNUSTEP_LOCAL_LIBS+= IconKit:${ICONKIT_PORT}
|
||||
USE_GNUSTEP_LOCAL_LIBS+= UnitKit:${UNITKIT_PORT}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Etoile-0.4.1
|
||||
USE_GNUSTEP_MAKE_DIRS+= Services/User/Vindaloo
|
||||
|
|
10
graphics/vindaloo/files/patch-DocumentTools.m
Normal file
10
graphics/vindaloo/files/patch-DocumentTools.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Services/User/Vindaloo/DocumentTools.m.orig 2009-03-17 14:18:58.000000000 +0100
|
||||
+++ Services/User/Vindaloo/DocumentTools.m 2012-02-06 21:27:37.000000000 +0100
|
||||
@@ -16,6 +16,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
+#import <UnitKit/UKTest.h>
|
||||
#import <IconKit/IconKit.h>
|
||||
#import "Controller.h"
|
||||
#import "SearchController.h"
|
Loading…
Reference in a new issue