patches/gedit-05-lt-init.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17911 b95708ffc7e1
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17911
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     1
diff -ruN gedit-2.30.2.orig/configure.ac gedit-2.30.2/configure.ac
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     2
--- gedit-2.30.2.orig/configure.ac      2010-04-22 15:42:10.828298608 +0100
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     3
+++ gedit-2.30.2/configure.ac   2010-04-22 15:41:53.799049461 +0100
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     4
@@ -36,8 +36,8 @@
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     5
 AC_PROG_OBJC
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     6
 
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     7
 # Initialize libtool
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     8
-LT_PREREQ([2.2.6])
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     9
-LT_INIT(disable-static)
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    10
+#LT_PREREQ([2.2.6])
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    11
+#LT_INIT(disable-static)
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    12
 
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    13
 GEDIT_API_VERSION=2.20
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    14
 AC_SUBST(GEDIT_API_VERSION)
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    15
diff -ruN gedit-2.30.2.orig/Makefile.am gedit-2.30.2/Makefile.am
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    16
--- gedit-2.30.2.orig/Makefile.am       2010-04-22 15:51:45.994908303 +0100
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    17
+++ gedit-2.30.2/Makefile.am    2010-04-22 15:52:00.187062829 +0100
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    18
@@ -1,7 +1,7 @@
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    19
 ## Process this file with automake to produce Makefile.in
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    20
 ACLOCAL_AMFLAGS = -I m4
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    21
 
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    22
-SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs tests win32 osx
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    23
+SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs win32 osx
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    24
 
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    25
 if !OS_OSX
b95708ffc7e1 2010-04-22 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    26
 SUBDIRS += help