summaryrefslogtreecommitdiff
path: root/print/fontforge/files
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-25 05:24:00 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-25 05:24:00 +0000
commit2491c4ac645241dcaa08fdf6f6fcbc5007d81631 (patch)
treea43c0043ee7b3eecfc272eebb222cb7c3d94c067 /print/fontforge/files
parentRemove an extra '\'. (diff)
Update to 20011219
PR: 33147 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52148
Diffstat (limited to 'print/fontforge/files')
-rw-r--r--print/fontforge/files/patch-ttf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/fontforge/files/patch-ttf.h b/print/fontforge/files/patch-ttf.h
new file mode 100644
index 000000000000..30bdbadaacb5
--- /dev/null
+++ b/print/fontforge/files/patch-ttf.h
@@ -0,0 +1,12 @@
+--- pfaedit/ttf.h.orig Thu Dec 20 13:29:41 2001
++++ pfaedit/ttf.h Thu Dec 20 13:29:58 2001
+@@ -24,7 +24,8 @@
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+-
++
++#include <sys/types.h>
+ #include "psfont.h" /* for struct fddata */
+
+ /* Some glyphs have multiple encodings ("A" might be used for Alpha and Cyrillic A) */