From 6db3b386cf5ae3359763e0876a7e1a70654f0b64 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 17 May 2008 15:16:59 +0000 Subject: [PATCH] - I never intended to remove patch-configure in previous commit but to modify it --- productivity/calcurse/Makefile | 3 ++- productivity/calcurse/patches/patch-configure | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 productivity/calcurse/patches/patch-configure diff --git a/productivity/calcurse/Makefile b/productivity/calcurse/Makefile index 8698edcae5c..7a5a553fd5d 100644 --- a/productivity/calcurse/Makefile +++ b/productivity/calcurse/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2008/05/17 15:08:52 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2008/05/17 15:16:59 ajacoutot Exp $ COMMENT= text-based calendar and scheduling application DISTNAME= calcurse-2.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= productivity MAINTAINER= Frederic Culot diff --git a/productivity/calcurse/patches/patch-configure b/productivity/calcurse/patches/patch-configure new file mode 100644 index 00000000000..31ac533beb8 --- /dev/null +++ b/productivity/calcurse/patches/patch-configure @@ -0,0 +1,12 @@ +$OpenBSD: patch-configure,v 1.3 2008/05/17 15:16:59 ajacoutot Exp $ +--- configure.orig Sat May 17 17:11:49 2008 ++++ configure Sat May 17 17:12:06 2008 +@@ -7062,7 +7062,7 @@ done + #------------------------------------------------------------------------------- + # Compilation options + #------------------------------------------------------------------------------- +-CFLAGS="-O2 -Wall -g" ++#CFLAGS="-O2 -Wall -g" + #------------------------------------------------------------------------------- + # Create Makefiles + #-------------------------------------------------------------------------------