diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-08 17:18:37 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-08 17:18:37 +0000 |
commit | 814c126653f0dc1cdc9d60b7992bf82f1f1aea1e (patch) | |
tree | 56bb6af288481a5161dee84f2705d7f6256feab9 /math | |
parent | 3a3dbce61c2e6b1b532023d1b5a64550d8c91637 (diff) | |
download | FreeBSD-ports-814c126653f0dc1cdc9d60b7992bf82f1f1aea1e.zip FreeBSD-ports-814c126653f0dc1cdc9d60b7992bf82f1f1aea1e.tar.gz |
upgrade to 0.94
respect to CFLAGS
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/rpc/Makefile | 2 | ||||
-rw-r--r-- | math/rpc/distinfo | 2 | ||||
-rw-r--r-- | math/rpc/files/patch-src::Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile index 9999c0b..787c48c 100644 --- a/math/rpc/Makefile +++ b/math/rpc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rpc -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ diff --git a/math/rpc/distinfo b/math/rpc/distinfo index b8b3ad7..6a28643 100644 --- a/math/rpc/distinfo +++ b/math/rpc/distinfo @@ -1 +1 @@ -MD5 (rpc-0.93.tar.gz) = b922136a2a258f9bdbc1e20299ad76c2 +MD5 (rpc-0.94.tar.gz) = 74afedee574402c4460e581600056863 diff --git a/math/rpc/files/patch-src::Makefile b/math/rpc/files/patch-src::Makefile index c73bb6e..f2db061 100644 --- a/math/rpc/files/patch-src::Makefile +++ b/math/rpc/files/patch-src::Makefile @@ -4,7 +4,7 @@ CXXFLAGS = -c -O2 -Wall -CFLAGS = -c -O2 -Wall -LDFLAGS = -lm -lccm -lcurses -+CFLAGS = -c -O2 -Wall -I${LOCALBASE}/include ++CFLAGS += -c -I${LOCALBASE}/include +LDFLAGS = -lm -lccm -lcurses -L${LOCALBASE}/lib all: rpc |