1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-16 22:43:33 +02:00
Files
gryf-overlay/x11-libs/gtk+/files/gtk+-gdk-pixbuf-testfix.patch
2010-02-09 21:25:29 +01:00

10 lines
578 B
Diff

--- gtk+-2.8.10/gdk-pixbuf/abicheck.sh 2005-08-07 09:47:25.000000000 -0400
+++ gtk+-2.8.10.new/gdk-pixbuf/abicheck.sh 2006-01-12 18:56:04.000000000 -0500
@@ -1,5 +1,5 @@
#! /bin/sh
cpp -DINCLUDE_VARIABLES -P -DALL_FILES ${srcdir:-.}/gdk-pixbuf.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
-nm -D .libs/libgdk_pixbuf-2.0.so | grep " [BDTR] " | cut -d ' ' -f 3 | sort > actual-abi
+nm -D .libs/libgdk_pixbuf-2.0.so | grep " [GBDTR] " | cut -d ' ' -f 3 | sort > actual-abi
diff -u expected-abi actual-abi && rm expected-abi actual-abi