1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
freebsd-ports/devel/gamin/files/patch-python_Makefile.in
Joe Marcus Clarke 69a8d6f0dc * Update to 0.1.7, and add support for file system type detection (currently,
only UFS file systems are handled by kqueue, but this might change in the
  future if kqueue on NFS proves stable) [1]

* Switch py-gamin to use USE_FAM+WANT_FAM_SYSTEM

* Switch test target to regression-test so that pointyhat will run tests
  automatically

Submitted by:	ale [1]
2006-02-09 06:40:18 +00:00

24 lines
869 B
Plaintext

--- 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