unbroken it and add master sites

PR:		11420
Submitted by:	Chris Piazza cpiazza@home.net
This commit is contained in:
Michael Haro 1999-05-01 04:24:32 +00:00
parent 0347e6e13e
commit d0d0910cb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18292
3 changed files with 26 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b
MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62

View File

@ -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