Changeset 68754 for trunk/dports


Ignore:
Timestamp:
Jun 12, 2010, 5:06:25 PM (14 years ago)
Author:
ryandesign@…
Message:

arc: make sure we're UsingTheRightCompiler; see #20073 (maintainer timeout)

Location:
trunk/dports/archivers/arc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/arc/Portfile

    r50984 r68754  
    2828}
    2929
    30 build.args        "OPT=\"${CFLAGS}\""
     30build.args        CC=${configure.cc} \
     31                  OPT="${CFLAGS}"
    3132
    3233destroot {
  • trunk/dports/archivers/arc/files/patch-Makefile

    r29064 r68754  
    1 --- Makefile.orig       2007-08-29 18:30:18.000000000 +0200
    2 +++ Makefile    2007-08-29 18:31:01.000000000 +0200
    3 @@ -35,17 +35,16 @@
     1--- Makefile.orig       2005-10-08 20:30:24.000000000 -0500
     2+++ Makefile    2010-06-12 12:03:36.000000000 -0500
     3@@ -35,10 +35,9 @@
    44 # On Solaris, use -DSYSV=1 -DNEED_ALPHASORT and set SYSVOBJ=scandir.o
    55 # (See the Sysvarcstuf shar file)
     
    1414 #CFLAGS = -VCOMPAC -VPEEP
    1515 CFLAGS = $(OPT) $(SYSTEM)
    16  
    17  # GNU's gcc is very nice, if you've got it. Otherwise just cc.
    18 -#CC = cgcc -mshort -mbaserel
    19 -CC = cc
    20 +CC = gcc
    21 +#CC = cc
    22  
    23  # tmclock is only needed on Unix systems...
    24  TMCLOCK = tmclock.o
Note: See TracChangeset for help on using the changeset viewer.