pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/lua-iconv/patches



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul  8 15:11:29 UTC 2020

Added Files:
        pkgsrc/converters/lua-iconv/patches: patch-Makefile

Log Message:
lua-iconv: missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/lua-iconv/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/converters/lua-iconv/patches/patch-Makefile
diff -u /dev/null pkgsrc/converters/lua-iconv/patches/patch-Makefile:1.1
--- /dev/null   Wed Jul  8 15:11:29 2020
+++ pkgsrc/converters/lua-iconv/patches/patch-Makefile  Wed Jul  8 15:11:29 2020
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile,v 1.1 2020/07/08 15:11:29 nia Exp $
+
+Honour environment.
+
+--- Makefile.orig      2012-05-07 02:27:38.000000000 +0000
++++ Makefile
+@@ -32,8 +32,8 @@ OMIT_FRAME_PTR = -fomit-frame-pointer
+ 
+ LUABIN = lua
+ LUAPKG = lua5.2
+-CFLAGS = `pkg-config $(LUAPKG) --cflags` -fPIC -O3 -Wall $(OMIT_FRAME_PTR)
+-LFLAGS = -shared
++CFLAGS+= -Wall -fPIC
++LFLAGS = $(LDFLAGS) -shared
+ 
+ INSTALL_PATH = `$(LUABIN) -e'                           \
+     for dir in package.cpath:gmatch("(/[^?;]+)?") do    \



Home | Main Index | Thread Index | Old Index