diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-02 07:34:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-02 07:34:00 +0800 |
commit | 3622dc120622093266a76e968ec57047a3551007 (patch) | |
tree | 995bbbc3a88be957b0cd115c755dcbe39065671a /x11-toolkits/gtksourceview3/files | |
parent | 5c34d3ebea175352c8bf6eba3f4e579cd4956c8c (diff) | |
download | marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.gz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.bz2 marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.lz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.xz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.zst marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.zip |
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15153 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview3/files')
-rw-r--r-- | x11-toolkits/gtksourceview3/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview3/files/patch-Makefile.in b/x11-toolkits/gtksourceview3/files/patch-Makefile.in new file mode 100644 index 000000000..5a7bf7d7c --- /dev/null +++ b/x11-toolkits/gtksourceview3/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-02-02 00:24:30.000000000 +0000 ++++ Makefile.in 2011-02-02 00:24:36.000000000 +0000 +@@ -306,7 +306,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +-SUBDIRS = gtksourceview po data docs tests ++SUBDIRS = gtksourceview po data docs + pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = gtksourceview-3.0.pc + EXTRA_DIST = \ |