diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /math/gexpr/files | |
parent | Update to 0.2.3 (diff) |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'math/gexpr/files')
-rw-r--r-- | math/gexpr/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gexpr/files/patch-Makefile b/math/gexpr/files/patch-Makefile index 54f3d5c71b87..66a75a976db9 100644 --- a/math/gexpr/files/patch-Makefile +++ b/math/gexpr/files/patch-Makefile @@ -1,16 +1,16 @@ ---- Makefile.orig Thu Jun 14 05:36:02 2001 -+++ Makefile Thu Jun 14 05:39:22 2001 +--- Makefile.orig Sat Feb 13 02:28:35 1999 ++++ Makefile Sun Jul 6 20:06:03 2003 @@ -1,11 +1,10 @@ # Makefile for gexpr # Last updated: 10 February 1999 -CC = gcc -OPTS = -s -O2 -Wall -+OPTS = ${CFLAGS} -I%%LOCALBASE%%/include ++OPTS = ${CFLAGS} ${CPPFLAGS} OBJS = eval.o read_token.o commands.o output.o errors.o gexpr.o GEXPR = gexpr -LIBS = -lm -+LIBS = -lm -L%%LOCALBASE%%/lib -lgnugetopt ++LIBS = -lm ${LDFLAGS} all: $(GEXPR) |