aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-12-04 21:32:58 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-12-04 21:32:58 +0000
commitc60af73299383753a96712afed6f0feef505ff6b (patch)
treece2bd6ad8f972fc924281d566af47189a3ada1ae /mbone
parentb0db0d9f81d768b1188dd5a8461b71282e83a817 (diff)
downloadports-c60af73299383753a96712afed6f0feef505ff6b.tar.gz
ports-c60af73299383753a96712afed6f0feef505ff6b.zip
Respect LOCALBASE
Add SHA256 PR: 89936 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=150415
Diffstat (limited to 'mbone')
-rw-r--r--mbone/mcl/distinfo1
-rw-r--r--mbone/mcl/files/patch-Makefile.common2
-rw-r--r--mbone/mcl/files/patch-flute-Makefile4
3 files changed, 4 insertions, 3 deletions
diff --git a/mbone/mcl/distinfo b/mbone/mcl/distinfo
index d66d0a1a90d0..c2499bb901b5 100644
--- a/mbone/mcl/distinfo
+++ b/mbone/mcl/distinfo
@@ -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
diff --git a/mbone/mcl/files/patch-Makefile.common b/mbone/mcl/files/patch-Makefile.common
index f2b8c2b2975e..4cb001289885 100644
--- a/mbone/mcl/files/patch-Makefile.common
+++ b/mbone/mcl/files/patch-Makefile.common
@@ -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
+ #
diff --git a/mbone/mcl/files/patch-flute-Makefile b/mbone/mcl/files/patch-flute-Makefile
index 233632048d57..159fef2f7960 100644
--- a/mbone/mcl/files/patch-flute-Makefile
+++ b/mbone/mcl/files/patch-flute-Makefile
@@ -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
+