aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-08-12 14:06:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-08-12 14:06:38 +0000
commitede7f64b6368effb82b9f56116ab517aa755270f (patch)
treebf198750bba7862dd5bc5594f01fb3df0c602f4e /graphics/jpeg
parente01496293c980c2fb2973ec4d073d43932cfb585 (diff)
downloadports-ede7f64b6368effb82b9f56116ab517aa755270f.tar.gz
ports-ede7f64b6368effb82b9f56116ab517aa755270f.zip
- fix autoconf problems with jconfig.h
Submitted by: Jeremy Messenger
Notes
Notes: svn path=/head/; revision=218459
Diffstat (limited to 'graphics/jpeg')
-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 3595fd7daf6f..7dd72fbf66f8 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 8e6bb0d87488..83902e539cc1 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