mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
regmath contains two different implementations of math libraries for the REXX language. PR: 221573 Submitted by: bob@eager.cx
12 lines
364 B
Text
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
|