FreeBSD Bugzilla – Attachment 100001 Details for
Bug 139225
[MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fontforge-20090923_1.patch
fontforge-20090923_1.patch (text/plain), 1.16 KB, created by
Naram Qashat
on 2009-09-28 23:40:01 UTC
(
hide
)
Description:
fontforge-20090923_1.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2009-09-28 23:40:01 UTC
Size:
1.16 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile >--- /usr/ports/print/fontforge/Makefile 2009-09-26 10:21:47.000000000 -0400 >+++ /kirby/shared/ports/fontforge/Makefile 2009-09-28 18:29:06.000000000 -0400 >@@ -7,6 +7,7 @@ > > PORTNAME= fontforge > PORTVERSION= 20090923 >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source > DISTFILES= ${EXTRACT_ONLY} >diff -ruN --exclude=CVS /usr/ports/print/fontforge/files/patch-configure /kirby/shared/ports/fontforge/files/patch-configure >--- /usr/ports/print/fontforge/files/patch-configure 1969-12-31 19:00:00.000000000 -0500 >+++ /kirby/shared/ports/fontforge/files/patch-configure 2009-09-28 18:28:33.000000000 -0400 >@@ -0,0 +1,11 @@ >+--- configure.orig 2009-09-23 19:55:22.000000000 -0400 >++++ configure 2009-09-28 18:28:15.000000000 -0400 >+@@ -22843,7 +22843,7 @@ >+ LDFLAGS="$LDFLAGS $gww_archlist" >+ fi >+ >+-CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O2// | sed -e s/-O//` >++CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O[0-9]*//g` >+ >+ cp $ac_confdir/Makefile.dynamic.in $ac_confdir/Makefile.in >+ cp $ac_confdir/Unicode/Makefile.dynamic.in $ac_confdir/Unicode/Makefile.in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139225
: 100001