Changeset 77691 for trunk/dports


Ignore:
Timestamp:
Apr 9, 2011, 6:57:38 PM (13 years ago)
Author:
and.damore@…
Message:

port lua-luasocket: fixed CFLAGS and newline typo in post-destroot

Location:
trunk/dports/devel/lua-luasocket
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/lua-luasocket/Portfile

    r77688 r77691  
    4242    xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
    4343   
    44     xinstall -m 644 ${worksrcpath}/LICENSE ${worksrcpath}/NEW /
     44    xinstall -m 644 ${worksrcpath}/LICENSE ${worksrcpath}/NEW \
    4545        ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
    46     file copy ${worksrcpath}/etc ${worksrcpath}/samples ${worksrcpath}/test /
     46    file copy ${worksrcpath}/etc ${worksrcpath}/samples ${worksrcpath}/test \
    4747        ${destroot}${prefix}/share/examples/${name}
    4848}
  • trunk/dports/devel/lua-luasocket/files/patch-config.diff

    r57946 r77691  
    3636+CC=gcc
    3737+DEF= -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN
    38 +CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common
     38+CFLAGS= $(LUAINC) $(DEF) -pedantic -Wall -O2 -fno-common
    3939+LDFLAGS=-bundle -undefined dynamic_lookup
    4040+LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc
Note: See TracChangeset for help on using the changeset viewer.