[Slackbuilds-users] anyone planning a package for fly?
Grant
g_r_a_n_t_ at dodo.com.au
Fri Dec 7 21:24:23 UTC 2007
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>
Thansk,
Grant.
--
http://bugsplatter.mine.nu/
More information about the Slackbuilds-users
mailing list