mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix the vte.pc, they have backed up the change of vte.pc that caused break the
apps' build such as gtksharp and etc. Bump the PORTREVISION. Before: # pkg-config --cflags vte -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include After: # pkg-config --cflags vte -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/lib/gtk-2.0/include Reported by: tmclaugh (for puzzled gtksharp broke w/out change) GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=322240 Obtained from: GNOME CVS (vte module)
This commit is contained in:
parent
46ff4fbe5e
commit
3e46e58f0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152646
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= vte
|
||||
PORTVERSION= 0.11.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
|
17
x11-toolkits/vte/files/patch-vte.pc.in
Normal file
17
x11-toolkits/vte/files/patch-vte.pc.in
Normal file
@ -0,0 +1,17 @@
|
||||
===================================================================
|
||||
RCS file: /cvs/gnome/vte/vte.pc.in,v
|
||||
retrieving revision 1.11
|
||||
retrieving revision 1.12
|
||||
diff -u -r1.11 -r1.12
|
||||
--- vte.pc.in 2005/12/12 18:46:15 1.11
|
||||
+++ vte.pc.in 2005/12/31 11:27:56 1.12
|
||||
@@ -8,7 +8,6 @@
|
||||
Name: vte
|
||||
Description: Vte terminal widget.
|
||||
Version: @VERSION@
|
||||
-Requires.private: @NEEDEDPACKAGES@
|
||||
-Libs: -L${libdir} -lvte
|
||||
-Libs.private: @FT2_LIBS@ @OTHERLIBS@
|
||||
+Requires: @NEEDEDPACKAGES@
|
||||
+Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@
|
||||
Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@
|
Loading…
Reference in New Issue
Block a user