1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/games/stonesoup/files/patch-util__lua__src__Makefile
Martin Wilke 5208ddb588 - Update to 0.5.2 (20091009)
PR:		139648
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
2009-10-17 11:53:59 +00:00

14 lines
315 B
Plaintext

--- ./util/lua/src/Makefile.orig 2009-10-06 20:44:04.000000000 +0200
+++ ./util/lua/src/Makefile 2009-10-15 18:40:29.000000000 +0200
@@ -9,8 +9,10 @@
# Your platform. See PLATS for possible values.
PLAT= none
+ifndef FREEBSD
CC= gcc
CFLAGS= -O2 -Wall $(MYCFLAGS)
+endif
AR= ar rcu
RANLIB= ranlib
RM= rm -f