diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 04:24:32 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 04:24:32 +0000 |
commit | d0d0910cb5f0d161492b72da8112221531e4cf1d (patch) | |
tree | 3120f9ad6cd042a5f2ab9cfc86efa6ba81339e24 /graphics/txtmerge | |
parent | 0347e6e13e4ed6be1243a67bdbb6129460642e7e (diff) |
Notes
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r-- | graphics/txtmerge/Makefile | 10 | ||||
-rw-r--r-- | graphics/txtmerge/distinfo | 2 | ||||
-rw-r--r-- | graphics/txtmerge/files/patch-aa | 20 |
3 files changed, 26 insertions, 6 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index 1f89b0a80e80..31a38e0571d1 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -3,19 +3,19 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1998/03/23 04:56:22 asami Exp $ +# $Id: Makefile,v 1.5 1999/01/12 16:51:11 vanilla Exp $ # DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ - ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ + ftp://ftp.math.bme.hu/pub/utils/xanim/ \ + ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ +EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com -BROKEN= build - WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge diff --git a/graphics/txtmerge/distinfo b/graphics/txtmerge/distinfo index 666c508373cf..93fb9556f189 100644 --- a/graphics/txtmerge/distinfo +++ b/graphics/txtmerge/distinfo @@ -1 +1 @@ -MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b +MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 diff --git a/graphics/txtmerge/files/patch-aa b/graphics/txtmerge/files/patch-aa new file mode 100644 index 000000000000..c4f1ed486ff7 --- /dev/null +++ b/graphics/txtmerge/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Jun 11 07:09:12 1993 ++++ Makefile Fri Apr 30 18:21:35 1999 +@@ -18,7 +18,7 @@ + # GNU C + #OPTIMIZE= -fcombine-regs -O + # standard +-OPTIMIZE = -O ++#OPTIMIZE = -O + + ##################################### + # Debug flags +@@ -28,7 +28,7 @@ + ##################################### + # + # +-CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) ++CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR) + + txtmerge: + $(CC) $(CFLAGS) -o txtmerge txtmerge.c |