1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- add missing patch

This commit is contained in:
Dirk Meyer 2008-08-13 08:23:08 +00:00
parent 0c195ec951
commit 333cb860b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218499
2 changed files with 16 additions and 1 deletions

View File

@ -9,7 +9,7 @@
PORTNAME= jpeg
PORTVERSION= 6b
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://www.ijg.org/files/ \
ftp://ftp.uu.net/graphics/jpeg/ \

View File

@ -0,0 +1,15 @@
--- jconfig.cfg.orig 2008-08-10 11:57:28.000000000 -0500
+++ jconfig.cfg 2008-08-10 11:58:02.000000000 -0500
@@ -7,8 +7,12 @@
#undef void
#undef const
#undef CHAR_IS_UNSIGNED
+#ifndef HAVE_STDDEF_H
#undef HAVE_STDDEF_H
+#endif
+#ifndef HAVE_STDLIB_H
#undef HAVE_STDLIB_H
+#endif
#undef NEED_BSD_STRINGS
#undef NEED_SYS_TYPES_H
#undef NEED_FAR_POINTERS