Revision: 24748 http://sourceforge.net/p/gar/code/24748 Author: cptsalek Date: 2015-03-22 12:46:01 +0000 (Sun, 22 Mar 2015) Log Message: ----------- syslog_ng/trunk: Removed unused references from Makefile
Modified Paths: -------------- csw/mgar/pkg/syslog_ng/trunk/Makefile Modified: csw/mgar/pkg/syslog_ng/trunk/Makefile =================================================================== --- csw/mgar/pkg/syslog_ng/trunk/Makefile 2015-03-22 12:09:07 UTC (rev 24747) +++ csw/mgar/pkg/syslog_ng/trunk/Makefile 2015-03-22 12:46:01 UTC (rev 24748) @@ -35,8 +35,8 @@ # Syslog links against glib2, which is packaged in different packages on # Solaris 9 and Solaris 10. Therefore, we need to build separately on 9 and # 10, and declare different dependencies. -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +# PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 # Need XPG4v2 for struct msghdr EXTRA_CFLAGS += -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.