mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Respect LOCALBASE
Add SHA256 PR: 89936 Submitted by: maintainer
This commit is contained in:
parent
b0db0d9f81
commit
c60af73299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150415
@ -1,2 +1,3 @@
|
||||
MD5 (mcl_v2.99.1.tgz) = d4a5c0c384d45dfa6c2a3dcbdcb3a81e
|
||||
SHA256 (mcl_v2.99.1.tgz) = 141966bf922c2995a29eeb73a536ee3f83438835b0f29f99afb626048decdc35
|
||||
SIZE (mcl_v2.99.1.tgz) = 368784
|
||||
|
@ -22,7 +22,7 @@
|
||||
LD = /opt/SUNWspro/bin/CC
|
||||
+endif
|
||||
+ifeq (${OS},freebsd)
|
||||
+ OSFLAGS = -DFREEBSD -I/usr/include/g++ -I/usr/include/c++/3.3
|
||||
+ OSFLAGS = -DFREEBSD -I${LOCALBASE}/g++ -I${LOCALBASE}/c++/3.3
|
||||
+ # Which compiler?
|
||||
+ # NB: use -Wall for compilation warnings with gcc
|
||||
+ #
|
||||
|
@ -11,9 +11,9 @@
|
||||
+ #
|
||||
+ BINDIR = ../bin/freebsd
|
||||
+ LDPC_BINDIR = ../../ldpc/bin/freebsd
|
||||
+ LIBRARIES = -lm -pthread -lglib-2.0 -lgdome -lxml2 -L/usr/local/lib
|
||||
+ LIBRARIES = -lm -pthread -lglib-2.0 -lgdome -lxml2 -L${LOCALBASE}/lib
|
||||
+ # added -I/usr/local/include for libgdome header files
|
||||
+ ADD_INCLUDES = -I/usr/local/include/ -I/usr/local/include/glib-2.0/ -I/usr/local/include/libgdome/
|
||||
+ ADD_INCLUDES = -I${LOCALBASE}/include/ -I${LOCALBASE}/include/glib-2.0/ -I${LOCALBASE}/include/libgdome/
|
||||
+endif
|
||||
+
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (mcl_v2.99.1.tgz) = d4a5c0c384d45dfa6c2a3dcbdcb3a81e
|
||||
SHA256 (mcl_v2.99.1.tgz) = 141966bf922c2995a29eeb73a536ee3f83438835b0f29f99afb626048decdc35
|
||||
SIZE (mcl_v2.99.1.tgz) = 368784
|
||||
|
@ -22,7 +22,7 @@
|
||||
LD = /opt/SUNWspro/bin/CC
|
||||
+endif
|
||||
+ifeq (${OS},freebsd)
|
||||
+ OSFLAGS = -DFREEBSD -I/usr/include/g++ -I/usr/include/c++/3.3
|
||||
+ OSFLAGS = -DFREEBSD -I${LOCALBASE}/g++ -I${LOCALBASE}/c++/3.3
|
||||
+ # Which compiler?
|
||||
+ # NB: use -Wall for compilation warnings with gcc
|
||||
+ #
|
||||
|
@ -11,9 +11,9 @@
|
||||
+ #
|
||||
+ BINDIR = ../bin/freebsd
|
||||
+ LDPC_BINDIR = ../../ldpc/bin/freebsd
|
||||
+ LIBRARIES = -lm -pthread -lglib-2.0 -lgdome -lxml2 -L/usr/local/lib
|
||||
+ LIBRARIES = -lm -pthread -lglib-2.0 -lgdome -lxml2 -L${LOCALBASE}/lib
|
||||
+ # added -I/usr/local/include for libgdome header files
|
||||
+ ADD_INCLUDES = -I/usr/local/include/ -I/usr/local/include/glib-2.0/ -I/usr/local/include/libgdome/
|
||||
+ ADD_INCLUDES = -I${LOCALBASE}/include/ -I${LOCALBASE}/include/glib-2.0/ -I${LOCALBASE}/include/libgdome/
|
||||
+endif
|
||||
+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user