Author: uzsolt Date: Sun Sep 13 16:00:14 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/lua-sensors: lua-sensors-makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lua-sensors/lua-sensors-makefile.patch diff -u /dev/null packages/lua-sensors/lua-sensors-makefile.patch:1.1 --- /dev/null Sun Sep 13 18:00:14 2009 +++ packages/lua-sensors/lua-sensors-makefile.patch Sun Sep 13 18:00:09 2009 @@ -0,0 +1,18 @@ +--- lua-sensors-0.1.0-orig/Makefile 2009-09-13 17:27:08.856913569 +0200 ++++ lua-sensors-0.1.0/Makefile 2009-09-13 17:35:12.584365255 +0200 +@@ -4,13 +4,13 @@ + + DESTDIR = + T = libsensors +-LUAPKG = lua5.1 ++LUAPKG = lua51 + LUACFLAGS = `pkg-config $(LUAPKG) --cflags` + LUALIBS = `pkg-config $(LUAPKG) --libs` + LIBSENSORSCFLAGS = -I/usr/include/sensors + LIBSENSORSLIBS = -L/usr/lib -lsensors + CFLAGS = $(LUACFLAGS) $(LIBSENSORSCFLAGS) -pedantic -Wall -fPIC +-INSTALL_PATH = `pkg-config $(LUAPKG) --define-variable=prefix=/usr/local --variable=INSTALL_CMOD` ++INSTALL_PATH = /usr/share/lua/5.1 + LIBS = $(LUALIBS) $(LIBSENSORSLIBS) + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
