freebsd-ports/devel/jakelib2/files/patch-src_Makefile.in
Alexey Dokuchaev ef40f278f3 - Update to version 2.0.2
- Fix the build with modern GCC [1]
- Minor Makefile nits

Reported by:	pointyhat (logs) [1]
2007-07-04 21:49:56 +00:00

16 lines
574 B
Text

--- src/Makefile.in.orig Sun Feb 19 15:01:03 2006
+++ src/Makefile.in Thu Jul 5 00:52:24 2007
@@ -554,13 +554,6 @@
all: all-recursive
-.SUFFIXES:
-.SUFFIXES: .c .cpp .lo .o .obj
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
libLTLIBRARIES_INSTALL = $(INSTALL)
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)