pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2+extra Fix variable name to not use -I without...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c414c452e11
branches:  trunk
changeset: 398919:0c414c452e11
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 11 14:09:53 2009 +0000

description:
Fix variable name to not use -I without argument.

diffstat:

 x11/gtk2+extra/distinfo         |   3 ++-
 x11/gtk2+extra/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r ed852a6ae718 -r 0c414c452e11 x11/gtk2+extra/distinfo
--- a/x11/gtk2+extra/distinfo   Fri Sep 11 12:55:44 2009 +0000
+++ b/x11/gtk2+extra/distinfo   Fri Sep 11 14:09:53 2009 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.2 2007/11/04 22:59:36 rillig Exp $
+$NetBSD: distinfo,v 1.3 2009/09/11 14:09:53 joerg Exp $
 
 SHA1 (gtk+extra-2.1.1.tar.gz) = 94d7ae9cb3aef05159cfff148265fc9ce0973980
 RMD160 (gtk+extra-2.1.1.tar.gz) = 7134fe4c5aaaa45ee3a7e651f3c477ba7c477214
 Size (gtk+extra-2.1.1.tar.gz) = 893481 bytes
+SHA1 (patch-aa) = e6d1924b3c462b9c7d37dabf5a6cbb428caa2983
 SHA1 (patch-ad) = e2c45a044ef08c4e01df8f24ef174dc7d62a95f6
 SHA1 (patch-ae) = a27172a43e2796dff796916773e3f57ed6be30ed
 SHA1 (patch-af) = 4d83e4859aa4377cae55cdccc4b3a2c774d32a9a
diff -r ed852a6ae718 -r 0c414c452e11 x11/gtk2+extra/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2+extra/patches/patch-aa   Fri Sep 11 14:09:53 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/09/11 14:09:54 joerg Exp $
+
+--- gtkextra/Makefile.in.orig  2009-09-11 15:58:20.000000000 +0200
++++ gtkextra/Makefile.in
+@@ -287,7 +287,7 @@ gtkextra_extra_sources = \
+       gtkextra-marshal.list   
+ 
+ 
+-INCLUDES = -I$(top_buildir) -I$(top_srcdir) $(GTK_CFLAGS) 
++INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(GTK_CFLAGS) 
+ 
+ # target platform:
+ lib_LTLIBRARIES = $(gtkextratargetlib)



Home | Main Index | Thread Index | Old Index