Ticket #23455: patch-Makefile.diff

File patch-Makefile.diff, 652 bytes (added by stefan+macports@…, 14 years ago)

Update Makefile patch for luasec-0.4

  • luasec-0.4

    diff -ur luasec-0.4.orig/Makefile luasec-0.4/Makefile
    old new  
    11# Inform the location to intall the modules
    2 LUAPATH=/usr/local/share/lua/5.1
    3 LUACPATH=/usr/local/lib/lua/5.1
     2LUAPATH=$(DESTDIR)%%PREFIX%%/share/lua/5.1
     3LUACPATH=$(DESTDIR)%%PREFIX%%/lib/lua/5.1
    44
    55# Edit the lines below to inform new path, if necessary
    66#
     
    88#LIBDIR=-L/usr/local/openssl-0.9.8/lib -R/usr/local/openssl-0.9.8/lib
    99
    1010# For Mac OS X: set the system version
    11 MACOSX_VERSION=10.4
     11MACOSX_VERSION=10.5
    1212
    1313DEFS=-DBUFFER_DEBUG
    1414