Change gtimer to use gtk12

PR:		11261
Submitted by:	cpiazza@home.net
This commit is contained in:
Michael Haro 1999-04-21 19:07:32 +00:00
parent d577eca298
commit 116e5bbf3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18055
2 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:03:53 steve Exp $
# $Id: Makefile,v 1.1.1.1 1999/04/08 17:50:35 steve Exp $
#
DISTNAME= gtimer-1.1.1
@ -12,7 +12,7 @@ MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
MAINTAINER= cpiazza@home.net
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_BZIP2= YES
MAN1= gtimer.1

View file

@ -0,0 +1,10 @@
--- task.c.orig Wed Apr 21 12:05:44 1999
+++ task.c Wed Apr 21 12:05:51 1999
@@ -42,7 +42,6 @@
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
-#include <malloc.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>