aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-08-12 22:06:38 +0800
committerdinoex <dinoex@FreeBSD.org>2008-08-12 22:06:38 +0800
commit3af35f874a74a4cf7c67024069b8f035195b2d6b (patch)
tree99ad938889677b7f7337cbf18a5e90c2898825f5 /graphics
parenta42f858a49fb0e832b469225e1a7e720092952da (diff)
downloadfreebsd-ports-graphics-3af35f874a74a4cf7c67024069b8f035195b2d6b.tar.gz
freebsd-ports-graphics-3af35f874a74a4cf7c67024069b8f035195b2d6b.tar.zst
freebsd-ports-graphics-3af35f874a74a4cf7c67024069b8f035195b2d6b.zip
- fix autoconf problems with jconfig.h
Submitted by: Jeremy Messenger
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg/Makefile2
-rw-r--r--graphics/jpeg/files/patch-configure20
2 files changed, 1 insertions, 21 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 3595fd7daf6..7dd72fbf66f 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -9,7 +9,7 @@
PORTNAME= jpeg
PORTVERSION= 6b
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://www.ijg.org/files/ \
ftp://ftp.uu.net/graphics/jpeg/ \
diff --git a/graphics/jpeg/files/patch-configure b/graphics/jpeg/files/patch-configure
index 8e6bb0d8748..83902e539cc 100644
--- a/graphics/jpeg/files/patch-configure
+++ b/graphics/jpeg/files/patch-configure
@@ -1,25 +1,5 @@
--- configure.orig 1998-03-21 20:08:57.000000000 +0100
+++ configure 2008-08-05 12:48:47.000000000 +0200
-@@ -815,7 +815,9 @@
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- cat >> confdefs.h <<\EOF
-+#ifndef HAVE_STDDEF_H
- #define HAVE_STDDEF_H
-+#endif
- EOF
-
- else
-@@ -851,7 +853,9 @@
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- cat >> confdefs.h <<\EOF
-+#ifndef HAVE_STDLIB_H
- #define HAVE_STDLIB_H
-+#endif
- EOF
-
- else
@@ -1529,7 +1533,6 @@
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then