Attempting to fix more bustage following 359124: Camino, Thunderbird, C-Monkey.

git-svn-id: svn://10.0.0.236/trunk@216043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com 2006-11-29 01:56:05 +00:00
parent d72b16911a
commit 63d34154f7
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ DEFINES += -DAPP_VERSION="$(APP_VERSION)"
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef BUILD_STATIC_LIBS
LIBS += -framework QuickTime -framework IOKit
LIBS += -framework QuickTime -framework IOKit -lcups
endif
endif

View File

@ -167,7 +167,7 @@ endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef BUILD_STATIC_LIBS
LIBS += -framework QuickTime -framework IOKit
LIBS += -framework QuickTime -framework IOKit -lcups
endif
endif

View File

@ -387,7 +387,7 @@ endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef BUILD_STATIC_LIBS
LIBS += -framework QuickTime -framework IOKit
LIBS += -framework QuickTime -framework IOKit -lcups
endif
endif