- I never intended to remove patch-configure in previous commit but to

modify it
This commit is contained in:
ajacoutot 2008-05-17 15:16:59 +00:00
parent a36bfd0b06
commit 6db3b386cf
2 changed files with 14 additions and 1 deletions

View File

@ -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 COMMENT= text-based calendar and scheduling application
DISTNAME= calcurse-2.1 DISTNAME= calcurse-2.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity CATEGORIES= productivity
MAINTAINER= Frederic Culot <frederic@culot.org> MAINTAINER= Frederic Culot <frederic@culot.org>

View File

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