diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-02-16 08:10:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-02-16 08:10:37 +0000 |
commit | df57255eabae5ab77b8a9d4aa95e79a6b3f43dc1 (patch) | |
tree | f1542258b592b2dea01c73e9c18e2e5f2ea55ce6 /lib/freetype | |
parent | 5e06e9a6475161c179b1a24747e661e0d4ff15ae (diff) |
type1cid.c appears twice in sources lists for no reason. Noticed by miod@
Diffstat (limited to 'lib/freetype')
-rw-r--r-- | lib/freetype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/freetype/Makefile b/lib/freetype/Makefile index 6675c841a..8c53a27ca 100644 --- a/lib/freetype/Makefile +++ b/lib/freetype/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2014/01/12 15:08:24 matthieu Exp $ +# $OpenBSD: Makefile,v 1.33 2014/02/16 08:10:36 matthieu Exp $ FREETYPESRC= ${.CURDIR}/src @@ -19,7 +19,7 @@ SRCS= ftbase.c ftbbox.c ftbdf.c ftbitmap.c ftdebug.c ftcache.c \ ftgxval.c ftlcdfil.c ftotval.c ftpatent.c \ ftinit.c ftlzw.c ftmm.c ftpfr.c ftstroke.c ftsynth.c ftsystem.c \ fttype1.c ftwinfnt.c ftxf86.c autofit.c bdf.c cff.c \ - type1cid.c ftgzip.c pcf.c pfr.c psaux.c pshinter.c psnames.c \ + ftgzip.c pcf.c pfr.c psaux.c pshinter.c psnames.c \ raster.c sfnt.c smooth.c truetype.c type1.c type1cid.c type42.c \ winfnt.c |