mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
29 lines
616 B
Plaintext
29 lines
616 B
Plaintext
--- configure.orig 2010-05-02 18:49:36.000000000 +0200
|
|
+++ configure 2011-10-17 21:10:05.000000000 +0200
|
|
@@ -10559,7 +10559,7 @@
|
|
hardcode_shlibpath_var=no
|
|
;;
|
|
|
|
- freebsd1*)
|
|
+ freebsd1.*)
|
|
ld_shlibs=no
|
|
;;
|
|
|
|
@@ -11434,7 +11434,7 @@
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
;;
|
|
|
|
-freebsd1*)
|
|
+freebsd1.*)
|
|
dynamic_linker=no
|
|
;;
|
|
|
|
@@ -12678,6 +12678,7 @@
|
|
JPEG_LIB_VERSION="`expr $JPEG_LIB_VERSION / 10`:2"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $JPEG_LIB_VERSION" >&5
|
|
$as_echo "$JPEG_LIB_VERSION" >&6; }
|
|
+JPEG_LIB_VERSION="11"
|
|
|
|
|
|
ac_config_files="$ac_config_files Makefile"
|