freebsd-ports/databases/mysql54-server/files/patch-include::Makefile.in
Dirk Froemberg c73aca2ef0 - upgrade to 3.22.29
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of
  memory and cpu time. It seems to be a gcc compiler bug in conjunction
  with -O.
2000-01-05 21:03:03 +00:00

14 lines
384 B
Text

--- include/Makefile.in.orig Sat Jan 1 17:59:41 2000
+++ include/Makefile.in Wed Jan 5 21:04:23 2000
@@ -259,7 +259,11 @@
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+.if defined(CLIENT_ONLY)
install: install-am
+.else
+install:
+.endif
uninstall-am: uninstall-pkgincludeHEADERS
uninstall: uninstall-am
all-am: Makefile $(HEADERS) all-local