mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
x11-toolkits/pango: require explicit linking
This new configure argument will list all required libraries in the generated pkgconf files. Before any library indirectly pulled in, such as libm, was not listed. This fixes numerous regression in dports and it's more correct anyway. phabric: D411 Approved by: gnome (kwm)
This commit is contained in:
parent
442534a4d4
commit
8ab3849088
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362304
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= pango
|
||||
PORTVERSION= 1.34.1
|
||||
PORTREVISION?= 5
|
||||
PORTREVISION?= 6
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -30,6 +30,7 @@ USE_GNOME= cairo glib20 gnomehier introspection:build referencehack
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --enable-explicit-deps=yes
|
||||
|
||||
PLIST_SUB= VERSION="1.8.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user