wine: deleted patch for fontforge-20080302
This commit is contained in:
parent
e5ada93de9
commit
00c5fbbfbb
@ -8,12 +8,10 @@ name=wine
|
||||
version=0.9.57
|
||||
release=1
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2
|
||||
$name-$version.diff
|
||||
)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p1 -i $SRC/$name-$version.diff
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=$PKG/usr/man \
|
||||
|
@ -1,16 +0,0 @@
|
||||
diff --git a/fonts/Makefile.in b/fonts/Makefile.in
|
||||
index a6732db..4fdd6e4 100644
|
||||
--- a/fonts/Makefile.in
|
||||
+++ b/fonts/Makefile.in
|
||||
@@ -60,6 +60,11 @@ all: $(FONTS)
|
||||
|
||||
@MAKE_RULES@
|
||||
|
||||
+# generates symbol ttf font file (needed for fonforge version newer then 20070831 and works also with version 20070831)
|
||||
+marlett.ttf: marlett.sfd
|
||||
+ $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff marlett.sfd marlett.sym.ttf
|
||||
+ mv marlett.sym.ttf marlett.ttf
|
||||
+
|
||||
courier-1252-96-13.fnt: courier.ttf $(SFNT2FNT)
|
||||
$(LDPATH) $(SFNT2FNT) courier.ttf 13 1252 96 128 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user