[Slackbuilds-users] anyone planning a package for fly?

Robby Workman rworkman at slackbuilds.org
Fri Dec 7 21:33:32 UTC 2007


Grant wrote:
> Hi there,
> 
> Fly is a small program that provides a text interface to gd, it requires 
> a small patch to compile under slack-11 (I'm not using slack-12 yet but 
> the same patch is required).
> 
> The patch:
> 
> In order to compile fly I had to remove the -lttf lib option:
> 
> --- Makefile.orig       2001-11-25 19:39:28.000000000 +1100
> +++ Makefile    2007-12-07 03:10:12.000000000 +1100
> @@ -10,7 +10,7 @@
>  CC = gcc
> 
>  CFLAGS = -O -pedantic -Wall $(INCDIRS) $(LIBDIRS)
> -LIBS = -lgd -lm -lz -lttf -lpng -ljpeg #-lXpm
> +LIBS = -lgd -lm -lz -lpng -ljpeg #-lXpm
> 
>  all: fly
> 
> 
> I'm wondering if this tiny app is worth packaging?
> 
> Source: <http://martin.gleeson.com/fly/dist/fly-2.0.0.tar.gz>


We don't currently have it in pending queue, so feel free.

I'm curious about the change though - what's that -lttf trying
to link?  ImageMagick's ttf.so or something else?

-RW



More information about the Slackbuilds-users mailing list