Revision: 16774 http://gar.svn.sourceforge.net/gar/?rev=16774&view=rev Author: cgrzemba Date: 2012-01-16 10:26:21 +0000 (Mon, 16 Jan 2012) Log Message: ----------- nspr/trunk: remove unused variable in build recipe
Modified Paths: -------------- csw/mgar/pkg/nspr/trunk/Makefile Modified: csw/mgar/pkg/nspr/trunk/Makefile =================================================================== --- csw/mgar/pkg/nspr/trunk/Makefile 2012-01-16 10:14:31 UTC (rev 16773) +++ csw/mgar/pkg/nspr/trunk/Makefile 2012-01-16 10:26:21 UTC (rev 16774) @@ -107,7 +107,6 @@ # CHECKPKG_OVERRIDES_CSWlibnspr4 += shared-lib-pkgname-mismatch CPPFLAGS = -PREFIX = $(prefix) include gar/category.mk @@ -140,7 +139,8 @@ ginstall -m 755 $(WORKSRC)/build/config/nspr-config \ $(DESTDIR)$(bindir) ginstall -m 755 -d $(DESTDIR)$(libdir)/pkgconfig - ginstall -m 644 $(WORKSRC)/build/config/nspr.pc $(DESTDIR)$(libdir)/pkgconfig + ginstall -m 644 $(WORKSRC)/build/config/nspr.pc \ + $(DESTDIR)$(libdir)/pkgconfig if [ $(MEMORYMODEL) = 64 ]; then \ gsed -i -e 's+/lib$$+lib/64+' $(DESTDIR)$(libdir)/pkgconfig/nspr.pc ; \ fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel