mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked by the freetype2 ports. Prompted by: mdharnois@home.com, scanner@jurai.net etc
This commit is contained in:
parent
e3ff3a06d8
commit
d93bbf2e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36988
2 changed files with 3 additions and 16 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= freetype
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
|
||||
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
|
||||
|
@ -26,7 +27,7 @@ CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
|
|||
# Older versions of freetype installed include files in ${PREFIX}/include
|
||||
# this is a compatibility hack for now
|
||||
|
||||
post-install:
|
||||
${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
|
||||
#post-install:
|
||||
# ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,20 +12,6 @@ include/freetype/ftxopen.h
|
|||
include/freetype/ftxpost.h
|
||||
include/freetype/ftxsbit.h
|
||||
include/freetype/ftxwidth.h
|
||||
include/freetype.h
|
||||
include/fterrid.h
|
||||
include/ftnameid.h
|
||||
include/ftxcmap.h
|
||||
include/ftxerr18.h
|
||||
include/ftxgasp.h
|
||||
include/ftxgdef.h
|
||||
include/ftxgpos.h
|
||||
include/ftxgsub.h
|
||||
include/ftxkern.h
|
||||
include/ftxopen.h
|
||||
include/ftxpost.h
|
||||
include/ftxsbit.h
|
||||
include/ftxwidth.h
|
||||
lib/libttf.a
|
||||
lib/libttf.so
|
||||
lib/libttf.so.4
|
||||
|
|
Loading…
Add table
Reference in a new issue