mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
print/freetype2: Do not add debug suffix to shared libraries
PR: 264457 Reported by: Marcin Cieślak <saper@saper.info> Approved by: desktop (tcberner) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35712
This commit is contained in:
parent
1035e88e5d
commit
79e033e525
2 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= freetype2
|
||||
DISTVERSION= 2.12.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SAVANNAH/${PORTNAME:S/2//} \
|
||||
SF/freetype/${PORTNAME}/${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/
|
||||
|
@ -24,13 +25,13 @@ CPE_VENDOR= freetype
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS \
|
||||
DISABLE_FORCE_DEBUG_POSTFIX \
|
||||
FT_REQUIRE_BZIP2 \
|
||||
FT_REQUIRE_ZLIB \
|
||||
FT_DISABLE_HARFBUZZ
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_SUB= DEBUG_SUFFIX=${WITH_DEBUG:Dd}
|
||||
PORTDOCS= CHANGES FTL.TXT formats.txt raster.txt reference
|
||||
|
||||
OPTIONS_DEFINE= BROTLI DEBUG DOCS LONG_PCF_NAMES PNG TABLE_VALIDATION
|
||||
|
|
|
@ -58,7 +58,7 @@ include/freetype2/ft2build.h
|
|||
lib/cmake/freetype/freetype-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/freetype/freetype-config-version.cmake
|
||||
lib/cmake/freetype/freetype-config.cmake
|
||||
lib/libfreetype%%DEBUG_SUFFIX%%.so
|
||||
lib/libfreetype%%DEBUG_SUFFIX%%.so.6
|
||||
lib/libfreetype%%DEBUG_SUFFIX%%.so.6.18.3
|
||||
lib/libfreetype.so
|
||||
lib/libfreetype.so.6
|
||||
lib/libfreetype.so.6.18.3
|
||||
libdata/pkgconfig/freetype2.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue