From 49851144675ecc64cb2499dade5133b96a866af0 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 11 Jan 2002 13:42:14 +0000 Subject: Replace a configure.in patch with a configure patch so that we can remove the dependency on autoconf. The configure.in patch was totally bogus anyway. --- audio/cheesetracker/Makefile | 6 +----- audio/cheesetracker/patches/patch-ac | 14 +++++++------- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'audio/cheesetracker') diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile index eb2894ee7bc..771f8d292d2 100644 --- a/audio/cheesetracker/Makefile +++ b/audio/cheesetracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/11/22 15:37:19 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/11 13:42:14 skrll Exp $ # DISTNAME= cheesetracker-0.2.2 @@ -10,12 +10,8 @@ HOMEPAGE= http://www.reduz.com.ar/cheesetracker/ COMMENT= impulse tracker clone DEPENDS+= gtk-->=1.2:../../x11/gtk-- -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="-O -Dusleep=pth_usleep -Dwrite=__pthread_write" -pre-configure: - cd ${WRKSRC} && autoreconf --force - .include "../../mk/bsd.pkg.mk" diff --git a/audio/cheesetracker/patches/patch-ac b/audio/cheesetracker/patches/patch-ac index 1b42f340091..bea0e28dcae 100644 --- a/audio/cheesetracker/patches/patch-ac +++ b/audio/cheesetracker/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/06/18 12:27:36 rh Exp $ +$NetBSD: patch-ac,v 1.2 2002/01/11 13:42:15 skrll Exp $ ---- configure.in.orig Wed May 9 08:12:57 2001 -+++ configure.in Mon Jun 11 07:00:59 2001 -@@ -341,7 +356,7 @@ +--- configure.orig Fri Jan 11 13:40:12 2002 ++++ configure +@@ -2754,7 +2754,7 @@ + fi - dnl optimization -TF_CXXFLAGS="-O3 $TF_CXXFLAGS" +TF_GTKMM_LIBS="$TF_GTKMM_LIBS -lpthread -lossaudio" - AC_SUBST(TF_CFLAGS) - AC_SUBST(TF_CXXFLAGS) + + -- cgit v1.2.3