openbsd-ports/devel/ethos/patches/patch-plugin-loaders_python_Makefile_in
landry d69e4e7cbd Update to ethos 0.2.2, upstream fixed tarball so we can remove the
bundled headers in files. Tweak CONFIGURE_ENV to correctly find
libintl.h, bump ethos major as a function was renamed.
ok jasper@
2009-11-30 22:28:06 +00:00

13 lines
684 B
Plaintext

$OpenBSD: patch-plugin-loaders_python_Makefile_in,v 1.2 2009/11/30 22:28:06 landry Exp $
--- plugin-loaders/python/Makefile.in.orig Thu Nov 19 23:20:24 2009
+++ plugin-loaders/python/Makefile.in Sun Nov 29 21:34:04 2009
@@ -96,7 +96,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) -module -avoid-version \
$(LDFLAGS) -o $@
SOURCES = $(libpythonloader_la_SOURCES)
DIST_SOURCES = $(am__libpythonloader_la_SOURCES_DIST)