[csw-devel] SF.net SVN: gar:[10426] csw/mgar/pkg/tree/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jul 5 00:49:05 CEST 2010
Revision: 10426
http://gar.svn.sourceforge.net/gar/?rev=10426&view=rev
Author: wahwah
Date: 2010-07-04 22:49:05 +0000 (Sun, 04 Jul 2010)
Log Message:
-----------
tree: Using CFLAGS from GAR
Modified Paths:
--------------
csw/mgar/pkg/tree/trunk/Makefile
csw/mgar/pkg/tree/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/tree/trunk/files/0002-Allowing-CFLAGS-from-GAR.patch
Modified: csw/mgar/pkg/tree/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tree/trunk/Makefile 2010-07-04 18:01:08 UTC (rev 10425)
+++ csw/mgar/pkg/tree/trunk/Makefile 2010-07-04 22:49:05 UTC (rev 10426)
@@ -14,7 +14,8 @@
SPKG_SOURCEURL = http://mama.indstate.edu/users/ice/tree/
MASTER_SITES = ftp://mama.indstate.edu/linux/tree/
MASTER_SITES += http://www.sfr-fresh.com/linux/misc/
-PATCHFILES = solaris.patch
+PATCHFILES += solaris.patch
+PATCHFILES += 0002-Allowing-CFLAGS-from-GAR.patch
DISTFILES = $(GARNAME)-$(GARVERSION).tgz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
CONFIGURE_SCRIPTS =
Modified: csw/mgar/pkg/tree/trunk/checksums
===================================================================
--- csw/mgar/pkg/tree/trunk/checksums 2010-07-04 18:01:08 UTC (rev 10425)
+++ csw/mgar/pkg/tree/trunk/checksums 2010-07-04 22:49:05 UTC (rev 10426)
@@ -1,2 +1,3 @@
+05bd12b988fe004f1e82a0528b097100 0002-Allowing-CFLAGS-from-GAR.patch
2e286acfa044c3bf9b75f31a97fa7540 solaris.patch
c07ce9065667a23f27aca4de8ecccb10 tree-1.5.3.tgz
Added: csw/mgar/pkg/tree/trunk/files/0002-Allowing-CFLAGS-from-GAR.patch
===================================================================
--- csw/mgar/pkg/tree/trunk/files/0002-Allowing-CFLAGS-from-GAR.patch (rev 0)
+++ csw/mgar/pkg/tree/trunk/files/0002-Allowing-CFLAGS-from-GAR.patch 2010-07-04 22:49:05 UTC (rev 10426)
@@ -0,0 +1,26 @@
+From ac6973fc238837f1618bef33603b82118a0f963d Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Mon, 5 Jul 2010 00:43:50 +0200
+Subject: [PATCH] Allowing CFLAGS from GAR.
+
+---
+ Makefile | 3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 3324dd3..ac03ef9 100644
+--- a/Makefile
++++ b/Makefile
+@@ -30,8 +30,7 @@ MANDIR=${prefix}/man/man1
+
+ # Uncomment for Solaris:
+ #CC=cc
+-CFLAGS=-xO0 -v
+-LDFLAGS=
++CFLAGS ?= -xO0 -v
+ XOBJS=strverscmp.o
+ MANDIR=${prefix}/share/man/man1
+ INSTALL=ginstall
+--
+1.7.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list