VirtualBox

Ignore:
Timestamp:
Jul 24, 2024 10:11:32 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164130
Message:

libpng-1.6.43: Applied and adjusted our libpng changes to 1.6.43. bugref:8515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.6.43/scripts/makefile.32sunu

    r103316 r105469  
    11# makefile for libpng on Solaris 2.x with cc
    22# Contributed by William L. Sebok, based on makefile.linux
    3 # Copyright (C) 2020-2022 Cosmin Truta
     3# Copyright (C) 2020-2024 Cosmin Truta
    44# Copyright (C) 2002, 2006, 2010-2014 Glenn Randers-Pehrson
    55# Copyright (C) 1998 Greg Roelofs
     
    2020# Utilities:
    2121CC=cc
    22 AR_RC=ar rc
     22AR=ar
    2323RANLIB=echo
    24 MKDIR_P=mkdir -p
    2524LN_SF=ln -f -s
    2625RM_F=/bin/rm -f
     
    4342CPPFLAGS=-I$(ZLIBINC) # -DPNG_DEBUG=5
    4443CFLAGS=$(SUN_CC_FLAGS) # $(WARNMORE) -g
     44ARFLAGS=rc
    4545LDFLAGS=$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) libpng.a -lz -lm
    4646
     
    6666
    6767libpng.a: $(OBJS)
    68         $(AR_RC) $@ $(OBJS)
     68        $(AR) $(ARFLAGS) $@ $(OBJS)
    6969        $(RANLIB) $@
    7070
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette