diff options
author | beat <beat@FreeBSD.org> | 2012-08-05 19:58:10 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-08-05 19:58:10 +0800 |
commit | 02a3cc1291d8778af26d38f9bd153c88278c4de1 (patch) | |
tree | 9dfe527f60ce1d8b69ec093eb1f9fbe2c0f2c29f /deskutils | |
parent | 9a7d7cf875e0fd8dd0e471f4550da1a956716318 (diff) | |
download | freebsd-ports-gnome-02a3cc1291d8778af26d38f9bd153c88278c4de1.tar.gz freebsd-ports-gnome-02a3cc1291d8778af26d38f9bd153c88278c4de1.tar.zst freebsd-ports-gnome-02a3cc1291d8778af26d38f9bd153c88278c4de1.zip |
- 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
Diffstat (limited to 'deskutils')
-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 |