diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-17 04:38:27 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-17 04:38:27 +0800 |
commit | d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1 (patch) | |
tree | a5be17f88f644714e4379ceca0526674c266317c /devel/gamin/files/patch-python_Makefile.in | |
parent | 44582a728938469c9f38ce8d843360084c04c41c (diff) | |
download | marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar.gz marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar.bz2 marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar.lz marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar.xz marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.tar.zst marcuscom-ports-d6efdc3ed4745757b99943d5b4d5e8aff85fc3a1.zip |
Update to 0.1.8
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7923 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gamin/files/patch-python_Makefile.in')
-rw-r--r-- | devel/gamin/files/patch-python_Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/gamin/files/patch-python_Makefile.in b/devel/gamin/files/patch-python_Makefile.in new file mode 100644 index 000000000..3cc568b4e --- /dev/null +++ b/devel/gamin/files/patch-python_Makefile.in @@ -0,0 +1,23 @@ +--- python/Makefile.in.orig Mon Feb 6 23:00:32 2006 ++++ python/Makefile.in Tue Feb 7 08:10:46 2006 +@@ -59,7 +59,7 @@ + pythonLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(python_LTLIBRARIES) + @WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libgamin/libgamin-1.la ++@WITH_PYTHON_TRUE@ -lgamin-1 + @WITH_PYTHON_TRUE@_gamin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am___gamin_la_SOURCES_DIST = gamin.c + @WITH_PYTHON_TRUE@am__gamin_la_OBJECTS = gamin.lo +@@ -239,9 +239,9 @@ + gamin.c \ + gamin.py + +-_gamin_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libgamin/.libs ++_gamin_la_LDFLAGS = -module -avoid-version + @WITH_PYTHON_TRUE@mylibs = \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libgamin/libgamin-1.la ++@WITH_PYTHON_TRUE@ -lgamin-1 + + @WITH_PYTHON_TRUE@python_LTLIBRARIES = _gamin.la + @WITH_PYTHON_TRUE@_gamin_la_SOURCES = gamin.c |