1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/libglade2/files/patch-aa
Steve Price 944e57a05f Initial import of the GNOME glade library version 0.3.
A library that allows you to load GLADE interfaces at runtime (you don't
have to generate stubs with GLADE before hand). This way you can change
the look of your application without recompiling. This way you can write
the logic behind the interface separately from the code to build the
interface, so changing the interface is not so much of a problem.

PR:		12781 (12 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:54:24 +00:00

12 lines
356 B
Plaintext

--- configure.orig Tue Jul 13 11:44:47 1999
+++ configure Tue Jul 13 11:46:11 1999
@@ -2049,7 +2049,7 @@
test -n "$AWK" && break
done
-GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gdk/gdkkeysyms.h"
+GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gtk12/gdk/gdkkeysyms.h"
# Extract the first word of "xml-config", so it can be a program name with args.