diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-12 12:13:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-12 12:13:42 +0000 |
commit | 12af35337d3aa84db6bb040bbe5efd875841c6e1 (patch) | |
tree | 18ba1988044257659b1b4c9f552df535be9de6c8 /x11-toolkits/py-gnome2 | |
parent | 3206ad8e7f3a31c1db67cd10bf9578cb806faf38 (diff) | |
download | ports-12af35337d3aa84db6bb040bbe5efd875841c6e1.tar.gz ports-12af35337d3aa84db6bb040bbe5efd875841c6e1.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in b/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in new file mode 100644 index 000000000000..98d71436ee2c --- /dev/null +++ b/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- pygnome/Makefile.in 2001/11/12 11:58:04 1.1 ++++ pygnome/Makefile.in 2001/11/12 12:00:19 +@@ -134,7 +134,7 @@ + SUBDIRS = generate gnome + + INCLUDES = $(PYTHON_INCLUDES) $(GNOME_INCLUDEDIR) \ +- $(LIBGLADE_CFLAGS) ++ $(LIBGLADE_CFLAGS) `$(GNOME_CONFIG) --cflags gtkhtml` + + + @WITH_APPLETS_TRUE@appletmodule = _appletmodule.la |