mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix packaging of cairo in poudriere when the glib option is disabled.
cairo-sphinx doesn't have a disable switch, but it checks for the present of glib. Add the sphinx plist files under the GLIB option, so that when sphinx plist entries are consistent, regardless if glib is installed or not. PR: 195187
This commit is contained in:
parent
bfaebd4319
commit
a400c74b06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406748
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
bin/cairo-sphinx
|
||||
%%GLIB%%bin/cairo-sphinx
|
||||
bin/cairo-trace
|
||||
include/cairo/cairo-deprecated.h
|
||||
include/cairo/cairo-features.h
|
||||
|
@ -20,10 +20,10 @@ lib/cairo/cairo-fdr.a
|
|||
lib/cairo/cairo-fdr.so
|
||||
lib/cairo/cairo-fdr.so.0
|
||||
lib/cairo/cairo-fdr.so.0.0.0
|
||||
lib/cairo/cairo-sphinx.a
|
||||
lib/cairo/cairo-sphinx.so
|
||||
lib/cairo/cairo-sphinx.so.0
|
||||
lib/cairo/cairo-sphinx.so.0.0.0
|
||||
%%GLIB%%lib/cairo/cairo-sphinx.a
|
||||
%%GLIB%%lib/cairo/cairo-sphinx.so
|
||||
%%GLIB%%lib/cairo/cairo-sphinx.so.0
|
||||
%%GLIB%%lib/cairo/cairo-sphinx.so.0.0.0
|
||||
lib/cairo/libcairo-trace.a
|
||||
lib/cairo/libcairo-trace.so
|
||||
lib/cairo/libcairo-trace.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue