freebsd-ports/databases/mysql-workbench51/files/patch-ext__yassl__configure.in
Philip M. Gollucci 0b959ae04d MySQL Workbench is a cross-platform, visual database design tool developed
by MySQL. It is the highly anticipated successor application of the
DBDesigner4 project.

WWW: http://dev.mysql.com/workbench/

PR:		ports/136088 (part 1 of 2)
Submitted by:	Maxim Ignatenko
2009-07-13 23:14:24 +00:00

24 lines
711 B
Text

--- ext/yassl/configure.in.orig 2009-06-23 01:08:02.000000000 +0300
+++ ext/yassl/configure.in 2009-06-23 01:09:17.000000000 +0300
@@ -117,17 +117,9 @@
AC_SUBST(LIBS)
-AC_CONFIG_FILES(Makefile dnl
- taocrypt/Makefile dnl
- taocrypt/src/Makefile dnl
- src/Makefile dnl
- taocrypt/test/Makefile dnl
- taocrypt/benchmark/Makefile dnl
- examples/Makefile dnl
- examples/client/Makefile dnl
- examples/server/Makefile dnl
- examples/echoclient/Makefile dnl
- examples/echoserver/Makefile dnl
- testsuite/Makefile)
+AC_CONFIG_FILES(Makefile
+ taocrypt/Makefile
+ taocrypt/src/Makefile
+ src/Makefile)
AC_OUTPUT