mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
upgrade to 0.94
respect to CFLAGS Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
f81022e760
commit
a9ea8fc4bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43651
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= rpc
|
||||
PORTVERSION= 0.93
|
||||
PORTVERSION= 0.94
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rpc-0.93.tar.gz) = b922136a2a258f9bdbc1e20299ad76c2
|
||||
MD5 (rpc-0.94.tar.gz) = 74afedee574402c4460e581600056863
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user