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:
parent
0c195ec951
commit
333cb860b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218499
@ -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/ \
|
||||
|
15
graphics/jpeg/files/patch-jconfig.cfg
Normal file
15
graphics/jpeg/files/patch-jconfig.cfg
Normal 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
|
Loading…
Reference in New Issue
Block a user