diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-05 11:58:10 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-05 11:58:10 +0000 |
commit | 487f5e4faa24fbde1c9a79556f4adbf7247ae9b1 (patch) | |
tree | 9dfe527f60ce1d8b69ec093eb1f9fbe2c0f2c29f /deskutils/simpleagenda | |
parent | Add USE_PKGCONFIG= build. (diff) |
- Mark as BROKEN:
Compiling file AppController.m ...
In file included from GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:85,
from GNUstep/System/Library/Headers/Foundation/NSObjCRuntime.h:95,
from GNUstep/System/Library/Headers/Foundation/NSObject.h:30,
from GNUstep/System/Library/Headers/Foundation/FoundationErrors.h:29,
from GNUstep/System/Library/Headers/Foundation/Foundation.h:33,
from GNUstep/System/Library/Headers/AppKit/AppKit.h:40,
from AppController.m:3:
GNUstep/System/Library/Headers/ObjectiveC2/objc/runtime.h:297: error:
expected ')' before 'sel1'
gmake[3]: *** [obj/SimpleAgenda.obj/AppController.m.o] Error 1
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=302107
Diffstat (limited to 'deskutils/simpleagenda')
-rw-r--r-- | deskutils/simpleagenda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 5f60351de856..84f3928d4597 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical LICENSE= GPLv2 +BROKEN= does not build + USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BACK= yes |