diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 10:43:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 10:43:51 +0000 |
commit | f208e06c695febcb6cd60ac7c20ba512376abc4c (patch) | |
tree | 5ac1d4ad2162f4516a6b0b43eb1c2730397e232f /databases/luasql-mysql/files/patch-Makefile | |
parent | - Upgrade to 2.03. (diff) |
Update to version 2.3 and switch to lua 5.2
Give maintainership to lua@
Diffstat (limited to 'databases/luasql-mysql/files/patch-Makefile')
-rw-r--r-- | databases/luasql-mysql/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/luasql-mysql/files/patch-Makefile b/databases/luasql-mysql/files/patch-Makefile deleted file mode 100644 index 2be6aea894fc..000000000000 --- a/databases/luasql-mysql/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2007-10-29 22:44:54.000000000 +0100 -+++ Makefile 2009-05-25 23:14:26.604465716 +0200 -@@ -24,7 +24,7 @@ - lib: src/$(LIBNAME) - - src/$(LIBNAME): $(OBJS) -- export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) -o $@ $(LIB_OPTION) $(OBJS) $(DRIVER_LIBS) -+ $(LD) $(LDFLAGS) -o $@ $(LIB_OPTION) $(OBJS) $(DRIVER_LIBS) - - $(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c - $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c |