Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
953e31a6a4
2 changed files with 11 additions and 32 deletions
  1. +9
    -30
      package/clifford/magicpoint/head-usage.patch
  2. +2
    -2
      package/clifford/magicpoint/magicpoint.desc

+ 9
- 30
package/clifford/magicpoint/head-usage.patch

@ -1,36 +1,15 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/clifford/magicpoint/head-usage.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./configure.orig 2004-05-14 11:24:03.748744120 +0200
+++ ./configure 2004-05-14 11:24:15.483960096 +0200
@@ -4114,8 +4114,8 @@
for dir in /usr/local/freetype /usr/local /opt/freetype /usr/pkg /usr /usr/include/freetype1 /sw; do
--- ./configure.orig 2007-05-15 22:36:30.000000000 +0200
+++ ./configure 2007-05-15 22:37:42.000000000 +0200
@@ -4591,7 +4591,7 @@
for dir in $SEARCHPATH /usr/local/freetype /usr/local /opt/freetype /usr/pkg /usr /usr/include/freetype1; do
ac_cv_ft_lib=no
ac_cv_ft_include=no
- shlib1=`echo $dir/lib/libttf.so* | head -1 | sed -e 's/.*\///'`
- shlib2=`echo $dir/lib/libttf.dylib* | head -1 | sed -e 's/.*\///'`
+ shlib1=`echo $dir/lib/libttf.so* | head -n 1 | sed -e 's/.*\///'`
+ shlib2=`echo $dir/lib/libttf.dylib* | head -n 1 | sed -e 's/.*\///'`
if test x$shlib1 = x; then
shlib1=no
- shlib=`echo $dir/lib/libttf.$SHLIBEXT* | head -1 | sed -e 's/.*\///'`
+ shlib=`echo $dir/lib/libttf.$SHLIBEXT* | head -n 1 | sed -e 's/.*\///'`
if test x$shlib = x; then
shlib=no
fi
@@ -4396,8 +4396,8 @@
@@ -4896,8 +4896,8 @@
ac_cv_vf_libname=VFlib
ac_cv_vf_libdir=no
ac_cv_vf_hdrdir=no

+ 2
- 2
package/clifford/magicpoint/magicpoint.desc

@ -38,10 +38,10 @@
[L] GPL
[S] Stable
[V] 1.11b
[V] 1.12a
[P] X -?---5---9 143.300
[D] 2967622638 magicpoint-1.11b.tar.gz ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
[D] 1413106664 magicpoint-1.12a.tar.gz ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
[D] 3999283226 ttf.tar.gz ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
[CV-URL] http://member.wide.ad.jp/wg/mgp/

Loading…
Cancel
Save