ports/databases/metakit/files/patch-configure
Dirk Meyer 65db0e673b - Update to metakit-2.4.7-37
- Fix another libtoll problem
2002-06-02 11:23:41 +00:00

11 lines
387 B
Text

--- ../unix/configure.orig Thu Mar 14 22:49:33 2002
+++ ../unix/configure Mon May 6 22:28:50 2002
@@ -4408,7 +4408,7 @@
lt_simple_compile_test_code="int some_variable = 0;"
# Code to be used in simple link tests
-lt_simple_link_test_code='main(){return(0);}'
+lt_simple_link_test_code='int main(void) { return(0); }'
# If no C compiler was specified, use CC.
LTCC=${LTCC-"$CC"}