diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:19:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:19:01 +0000 |
commit | 127f0f78f6f797eb8052ae373c36efecfb32d279 (patch) | |
tree | 3446bfabe3f012c4d2acba7a37443627e8b6bf0a /graphics/morpheus/files/patch-aa | |
parent | - Update to 1.12 (diff) |
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307894
Diffstat (limited to 'graphics/morpheus/files/patch-aa')
-rw-r--r-- | graphics/morpheus/files/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/morpheus/files/patch-aa b/graphics/morpheus/files/patch-aa deleted file mode 100644 index 8fbd2cee19ab..000000000000 --- a/graphics/morpheus/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- src/main.c 2000/09/14 08:12:19 1.1 -+++ src/main.c 2000/09/14 08:13:43 -@@ -186,11 +186,6 @@ - { "application/x-color", 0, TARGET_COLOR } - }; - -- if( gdk_gl_query() == FALSE ) { -- g_print( "no OpenGL capability\n" ); -- return 0; -- } -- - /* if( gpLoadScene( argv[ 1 ] ) ) - return 0; - */ -@@ -199,6 +194,11 @@ - textdomain( PACKAGE ); - - gnome_init( "morpheus", VERSION, argc, argv ); -+ -+ if( gdk_gl_query() == FALSE ) { -+ g_print( "no OpenGL capability\n" ); -+ return 0; -+ } - - app1 = create_app1(); - morpheus.app = app1; |