aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-09-16 08:26:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-09-16 08:26:11 +0000
commit9cd8e3316ada35381eaf8be4e7055eea6597f9e4 (patch)
treef140f3d175583b7b6d7ac8fdba90cc64d28cd8eb /comms/hylafax
parent91e0e6e9b5a7a158a42a2f67061534fdfd02f711 (diff)
downloadports-9cd8e3316ada35381eaf8be4e7055eea6597f9e4.tar.gz
ports-9cd8e3316ada35381eaf8be4e7055eea6597f9e4.zip
Notes
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/comms/hylafax/files/patch-configure b/comms/hylafax/files/patch-configure
index 5339c0d3618c..f6120b99b825 100644
--- a/comms/hylafax/files/patch-configure
+++ b/comms/hylafax/files/patch-configure
@@ -1,5 +1,5 @@
--- configure.orig 2009-05-15 19:50:52.000000000 +0200
-+++ configure 2009-05-31 11:46:51.000000000 +0200
++++ configure 2009-09-16 09:49:41.000000000 +0200
@@ -831,6 +831,7 @@
# NB: use ANSI C prototype to weed out non-ANSI compilers.
#
@@ -21,11 +21,11 @@
if [ "$DISABLE_JBIG" != "yes" ]; then
Note "Checking for JBIG library support"
- CheckForLibrary jbg_enc_init -ljbig &&
-+ CheckForLibrary jbg_enc_init -L/usr/local/lib -L/usr/local/lib -ljbig &&
++ CheckForLibrary jbg_enc_init -L/usr/local/lib -ljbig &&
CheckForIncludeFile jbig.h && {
HAVE_JBIG="#define HAVE_JBIG 1"
- LIBJBIG="-ljbig"
-+ LIBJBIG="-L/usr/local/lib -L/usr/local/lib -ljbig"
++ LIBJBIG="-L/usr/local/lib -ljbig"
}
if [ "x$LIBJBIG" = "x" ]; then
Note "... not found. Disabling JBIG support"
@@ -125,6 +125,15 @@
#include "tiffio.h"
main()
{
+@@ -2551,7 +2587,7 @@
+ if [ ${header_ver} -ge 19960307 ]; then
+ case ${lib_ver} in
+ 3.4) tiff_runlen_t="uint16" ;;
+- 3.[5678]) tiff_runlen_t="uint32" ;;
++ 3.[56789]) tiff_runlen_t="uint32" ;;
+ esac
+ fi
+ else
@@ -3233,7 +3269,7 @@
strtoul
writev