Recently, pango changed its cache directory from /etc/pango to
/usr/local/lib/pango/... which resulted in pangox not being able to store pangox.aliases under the non existent /etc/pango directory -- so @sample it to make sure it's there. reported by jturner@ ok jasper@
This commit is contained in:
parent
c55d53747b
commit
0a18bf91e4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2014/02/22 10:40:04 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= pangox compatibility library
|
||||
|
||||
GNOME_VERSION= 0.0.2
|
||||
GNOME_PROJECT= pangox-compat
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += pangox-1.0 2906.0 # 0.0
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/09/21 13:19:03 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/02/22 10:40:04 ajacoutot Exp $
|
||||
@conflict pango-<1.31.2
|
||||
include/pango-1.0/pango/pangox.h
|
||||
lib/libpangox-1.0.la
|
||||
@lib lib/libpangox-1.0.so.${LIBpangox-1.0_VERSION}
|
||||
lib/pkgconfig/pangox.pc
|
||||
share/examples/pango/
|
||||
@sample ${SYSCONFDIR}/pango/
|
||||
share/examples/pango/pangox.aliases
|
||||
@sample ${SYSCONFDIR}/pango/pangox.aliases
|
||||
|
Loading…
x
Reference in New Issue
Block a user