Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Project not found: network:messaging:zeromq:ci:zeromq:zproject:PR-1333
M17N:fonts
gnu-free-fonts
make_ff_version_check_forward_compatible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make_ff_version_check_forward_compatible.patch of Package gnu-free-fonts
diff --git a/sfd/Makefile b/sfd/Makefile index fdbc61f..67e2dc9 100644 --- a/sfd/Makefile +++ b/sfd/Makefile @@ -11,9 +11,9 @@ FF=fontforge -lang=ff -script FFPY=fontforge -lang=py -script FFPY=fontforge -lang=py -script -ffversion=`fontforge --version 2> /dev/null | grep '^fontforge' | sed -e 's/^fontforge //'` +ffversion:=`fontforge -version 2> /dev/null | grep '^libfontforge' | sed -e 's/^libfontforge //'` -TESTFF=if test -z ${ffversion}; then echo FontForge program is required to build FreeFont; exit 1; fi; if test `fontforge --version 2> /dev/null | grep '^fontforge' | sed -e 's/^fontforge //'` -lt 20080429 ; then echo FontForge version too old; exit 1; fi +TESTFF:=if test -z $(ffversion); then echo FontForge program is required to build FreeFont; exit 1; fi; if test $(ffversion) -lt 20080429 ; then echo FontForge version too old; exit 1; fi .SUFFIXES: $(SUFFIXES) .sfd .ttf .otf .woff
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor