freebsd-ports/devel/libpthread-stubs/files/patch-Makefile.in
Martin Wilke 1f62a4c0b0 - Update to 0.3
PR:		139722
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-11-05 20:16:01 +00:00

28 lines
931 B
Text

$FreeBSD$
--- Makefile.in.orig
+++ Makefile.in
@@ -75,9 +75,9 @@
LTLIBRARIES = $(lib_LTLIBRARIES)
libpthread_stubs_la_LIBADD =
am__libpthread_stubs_la_SOURCES_DIST = stubs.c
-@BUILD_LIB_TRUE@am_libpthread_stubs_la_OBJECTS = stubs.lo
+am_libpthread_stubs_la_OBJECTS = stubs.lo
libpthread_stubs_la_OBJECTS = $(am_libpthread_stubs_la_OBJECTS)
-@BUILD_LIB_TRUE@am_libpthread_stubs_la_rpath = -rpath $(libdir)
+am_libpthread_stubs_la_rpath = -rpath $(libdir)
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@@ -221,8 +221,8 @@
top_srcdir = @top_srcdir@
pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = pthread-stubs.pc
-@BUILD_LIB_TRUE@lib_LTLIBRARIES = libpthread-stubs.la
-@BUILD_LIB_TRUE@libpthread_stubs_la_SOURCES = stubs.c
+lib_LTLIBRARIES = libpthread-stubs.la
+libpthread_stubs_la_SOURCES = stubs.c
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am