mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
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
14 lines
348 B
Text
14 lines
348 B
Text
--- ext/yassl/taocrypt/configure.in.orig 2009-06-23 00:59:48.000000000 +0300
|
|
+++ ext/yassl/taocrypt/configure.in 2009-06-23 01:00:21.000000000 +0300
|
|
@@ -89,9 +89,7 @@
|
|
|
|
|
|
|
|
-AC_CONFIG_FILES(Makefile dnl
|
|
- src/Makefile dnl
|
|
- test/Makefile dnl
|
|
- benchmark/Makefile)
|
|
+AC_CONFIG_FILES(Makefile
|
|
+ src/Makefile)
|
|
|
|
AC_OUTPUT
|