Remove X11BASE idl-backends support pach which is noop. This also fixes

cpp backend crash on -CURRENT.
This commit is contained in:
Alexander Nedotsukov 2007-04-23 06:48:51 +00:00
parent 386d0fe087
commit 8347bd7fb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190688
2 changed files with 1 additions and 12 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= ORBit2
PORTVERSION= 2.14.7
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View file

@ -1,11 +0,0 @@
--- src/idl-compiler/orbit-idl-backend.c.orig Tue Oct 1 23:32:46 2002
+++ src/idl-compiler/orbit-idl-backend.c Sun May 11 20:51:19 2003
@@ -38,6 +38,8 @@
char **strv;
int i;
+ paths = g_slist_prepend (paths, "%%X11BASE%%/lib/orbit-2.0/idl-backends");
+
if (!(val = getenv ("GNOME2_PATH")))
return paths;