mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove X11BASE idl-backends support pach which is noop. This also fixes
cpp backend crash on -CURRENT.
This commit is contained in:
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
|
@ -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/}
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Add table
Reference in a new issue