diff options
author | asami <asami@FreeBSD.org> | 1995-10-19 05:11:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-19 05:11:27 +0000 |
commit | ff4974eab7a3b356472c069b9c6e0cc9f48c900a (patch) | |
tree | 361454f52ee25f34aba2e5ea6f3934d9d0758a5b /math/oleo | |
parent | fee429f78ed51af13c135ca5d597f382f0cfdef6 (diff) | |
download | FreeBSD-ports-ff4974eab7a3b356472c069b9c6e0cc9f48c900a.zip FreeBSD-ports-ff4974eab7a3b356472c069b9c6e0cc9f48c900a.tar.gz |
Use CFLAGS from /etc/make.conf.
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/oleo/files/patch-ad b/math/oleo/files/patch-ad new file mode 100644 index 0000000..0ab7937 --- /dev/null +++ b/math/oleo/files/patch-ad @@ -0,0 +1,11 @@ +--- ./Makefile.in.org Fri Jun 3 21:58:09 1994 ++++ ./Makefile.in Wed Oct 18 22:06:28 1995 +@@ -28,7 +28,7 @@ + # Directory to install `oleo' in. + bindir = $(exec_prefix)/bin + +-CFLAGS = -g -D_XOPEN_SOURCE ++CFLAGS += -D_XOPEN_SOURCE + BISONFLAGS = + optional_libs = @LIBS@ @wlibs@ + extra_objs =@LIBOBJS@ @ALLOCA@ |