diff options
-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 9999c0b773f1..787c48cf7c23 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 b8b3ad7399d1..6a28643f8cee 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 c73bb6ea6bbf..f2db0617b941 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 |