[csw-devel] SF.net SVN: gar:[10768] csw/mgar/pkg/tcsh/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 19 09:06:17 CEST 2010


Revision: 10768
          http://gar.svn.sourceforge.net/gar/?rev=10768&view=rev
Author:   dmichelsen
Date:     2010-08-19 07:06:17 +0000 (Thu, 19 Aug 2010)

Log Message:
-----------
tcsh: Add flag to allow working with files >2GB

Modified Paths:
--------------
    csw/mgar/pkg/tcsh/trunk/Makefile

Modified: csw/mgar/pkg/tcsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcsh/trunk/Makefile	2010-08-19 06:59:29 UTC (rev 10767)
+++ csw/mgar/pkg/tcsh/trunk/Makefile	2010-08-19 07:06:17 UTC (rev 10768)
@@ -18,10 +18,14 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+LICENSE = Copyright
+
 RUNTIME_DEP_PKGS = CSWiconv
 
-SPKG_SOURCEURL = http://www.tcsh.org/
+VENDOR_URL = http://www.tcsh.org/
 
+EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 TEST_TARGET = check


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