From kde-commits Thu Mar 17 11:45:48 2005 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Thu, 17 Mar 2005 11:45:48 +0000 To: kde-commits Subject: kdenonbeta/unsermake Message-Id: <20050317114548.283FD16F45 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111105995806577 CVS commit by luis_pedro: Accept "-framework FrameWorkName" as a library, which is used in MACOSX CCMAIL: ranger@befunk.com M +3 -0 program.py 1.31 --- kdenonbeta/unsermake/program.py #1.30:1.31 @@ -353,4 +353,7 @@ index += 2 continue + elif dep == '-framework': # Darwin + index += 2 + continue utilities.print_error("%s: variable '%sADD' contains unknown flag %s. These should be in LDFLAGS!\n" % (self.mfile.filename, add_prefix, dep))