patches/libgksu1.2-01-Makefile.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17327 9f1b25f715a1
child 20428 eea1d9ebe347
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16206
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
     1
--- libgksu1.2-1.3.1/libgksu/Makefile.am	2005-06-18 22:01:27.000000000 +0800
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
     2
+++ packages/BUILD/SUNWgksu-1.3.0/libgksu1.2-1.3.1/libgksu/Makefile.am	2009-08-05 17:35:43.372012005 +0800
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
     3
@@ -1,4 +1,4 @@
7853
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     4
-AM_CFLAGS = -g -O2 -Wall
16206
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
     5
+AM_CFLAGS = -g -O2
7853
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     6
 INCLUDES = `pkg-config --cflags glib-2.0 $(GNOME_KEYRING)`
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     7
 AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\" $(gnome_keyring_defs)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     8
 LTPACKAGE = $(shell echo ${PACKAGE} | sed s,.,_,g)
16206
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
     9
@@ -9,7 +9,7 @@
7853
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    10
 # major -> breaks backward compatibility (changes to existing ABI)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    11
 # minor -> keeps compatibility (additions to the API)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    12
 # micro -> no change to the API/ABI
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    13
-libgksu1_2_la_LDFLAGS = -version-info 0:2:0 -Wl,--version-script=libgksu.ver -Wl,-O1 `pkg-config --libs glib-2.0 gobject-2.0 $(GNOME_KEYRING)` -lutil
16206
5b6c20a76753 2009-08-05 Lin Ma <[email protected]>
lin
parents: 8393
diff changeset
    14
+libgksu1_2_la_LDFLAGS = -version-info 0:2:0 -Wl, `pkg-config --libs glib-2.0 gobject-2.0 $(GNOME_KEYRING)` $(SECDB_LIBS)
7853
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    15
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    16
 noinst_HEADERS = defines.h
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    17
 
17327
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    18
--- libgksu1.2-1.3.1.orig/docs/Makefile.am	2010-01-13 22:09:03.104166004 +0000
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    19
+++ libgksu1.2-1.3.1/docs/Makefile.am	2010-01-13 22:09:40.450408160 +0000
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    20
@@ -28,7 +28,7 @@
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    21
 MKDB_OPTIONS=--sgml-mode
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    22
 
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    23
 # Extra options to supply to gtkdoc-fixref.
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    24
-FIXXREF_OPTIONS=
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    25
+FIXXREF_OPTIONS=--module=$(DOC_MODULE)
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    26
 
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    27
 # Used for dependencies.
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    28
 HFILE_GLOB=$(top_srcdir)/libgksu/*.h
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    29
@@ -59,4 +59,4 @@
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    30
 DOC_OVERRIDES =
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    31
 #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    32
 
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    33
-include gtk-doc.make
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    34
\ No newline at end of file
9f1b25f715a1 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 16206
diff changeset
    35
+include gtk-doc.make