mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3aedf84118
aren't with the current version. Sigh. - Install docs only if NOPORTDOCS is not set. - Fix some warnings, remove -pedantic and -Wall to silence the rest. - Bump PORTREVISION PR: 30098 Submitted by: MAINTAINER
12 lines
248 B
C
12 lines
248 B
C
--- exif.h.orig Sun Aug 26 12:32:35 2001
|
|
+++ exif.h Sun Aug 26 12:32:44 2001
|
|
@@ -94,8 +94,6 @@
|
|
|
|
#define EXIF_INVALID_RATIONAL 1e40
|
|
|
|
-typedef unsigned char uint8_t;
|
|
-
|
|
/* The next two types are actually private */
|
|
typedef struct
|
|
{ int16_t tag;
|