aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-21 17:45:15 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-21 17:45:15 +0000
commite6507632c15ddd05c5e7a51f41b94b6208f3ab25 (patch)
treebb7d77bdec0efda7e8afd51755fa22dfd743a0f4 /Makefile
parenta9681db3f548e09b7d11baab7180bc12961cdd00 (diff)
downloadskia-e6507632c15ddd05c5e7a51f41b94b6208f3ab25.tar.gz
change -lpng12 to -lpng
The distinction doesn't seem necessary, and newer installs are getting 1.4 or later of libpng git-svn-id: http://skia.googlecode.com/svn/trunk@969 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db04678225..3af2582dc4 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ ifeq ($(SKIA_BUILD_FOR),mac)
# CC := gcc-4.0 $(SDK_OPTS)
C_INCLUDES += -I/opt/local/include
- LINKER_OPTS += -L/opt/local/lib -framework Carbon -lpng12 -framework OpenGL -framework AGL
+ LINKER_OPTS += -L/opt/local/lib -framework Carbon -lpng -framework OpenGL -framework AGL
DEFINES += -DSK_BUILD_FOR_MAC -DSK_ENABLE_LIBPNG
C_INCLUDES += -Iinclude/utils/mac