ports/math/rexx-regmath/files/patch-Makefile.bsd
Larry Rosenman f38c70f179 New port: math/rexx-regmath
regmath contains two different implementations of math libraries for the REXX language.

PR:		221573
Submitted by:	bob@eager.cx
2017-10-13 00:37:31 +00:00

12 lines
364 B
Text

--- Makefile.bsd.orig 2001-11-04 18:09:04 UTC
+++ Makefile.bsd
@@ -9,7 +9,8 @@
POPT=-O -fomit-frame-pointer
PLFL=-s
DEBUG=-g
-CFLAGS=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe
+CFLAGS+=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe -I/usr/local/include
+CFLAGS+=-Wno-incompatible-pointer-types
LDFLAGS=-Bdynamic -Bshareable $(LFL)
LIBS=-lm
so=so