patches/sexy-python-01-solaris-port.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18110 93461edb1490
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:
18110
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     1
diff -rup sexy-python-0.1.9/sexy/Makefile.am ../sexy-python-0.1.9/sexy/Makefile.am
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     2
--- sexy-python-0.1.9/sexy/Makefile.am	2005-12-13 20:12:19.000000000 +0100
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     3
+++ ../sexy-python-0.1.9/sexy/Makefile.am	2007-08-24 17:11:50.768871000 +0200
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     4
@@ -3,8 +3,8 @@ INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CF
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     5
 defsdir = $(datadir)/pygtk/2.0/defs
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     6
 defs_DATA = sexy.defs
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     7
 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     8
-pkgpythondir = $(pyexecdir)/gtk-2.0
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     9
-pkgpyexecdir = $(pyexecdir)/gtk-2.0
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    10
+pkgpythondir = $(pyexecdir)
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    11
+pkgpyexecdir = $(pyexecdir)
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    12
 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    13
 pkgpyexec_LTLIBRARIES = sexy.la
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    14
 sexy_la_CFLAGS = $(LIBSEXY_CFLAGS)