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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Nov 26 15:31:58 CET 2009


Revision: 7458
          http://gar.svn.sourceforge.net/gar/?rev=7458&view=rev
Author:   dmichelsen
Date:     2009-11-26 14:31:58 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
liboggz: Fix build on Solaris 10

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

Modified: csw/mgar/pkg/liboggz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liboggz/trunk/Makefile	2009-11-26 13:43:06 UTC (rev 7457)
+++ csw/mgar/pkg/liboggz/trunk/Makefile	2009-11-26 14:31:58 UTC (rev 7458)
@@ -33,3 +33,8 @@
 MERGE_DIRS_isa-extra = $(libdir)
 
 include gar/category.mk
+
+# Solaris 10 does have getopt.h which interferes with the shipped one included first.
+post-configure-isa-amd64:
+	rm -f $(WORKSRC)/include/getopt.h
+	@$(MAKECOOKIE)


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