mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
eb44e83c3d
Obtained from: FreeBSD Haskell
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
--- ./evm/Makefile.orig 2012-02-28 00:44:29.000000000 +0100
|
|
+++ ./evm/Makefile 2012-04-08 10:41:14.000000000 +0200
|
|
@@ -1,6 +1,4 @@
|
|
-CC = gcc
|
|
-#CFLAGS = -Wall -g -DUSE_BOEHM
|
|
-CFLAGS = -Wall -O3 -DUSE_BOEHM
|
|
+CFLAGS+= -Wall -DUSE_BOEHM -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib
|
|
OBJS = closure.o stdfuns.o emalloc.o sparks.o
|
|
INSTALLDIR = ${PREFIX}/lib/evm
|
|
|