summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-02-22 02:16:10 +0000
committerobrien <obrien@FreeBSD.org>2000-02-22 02:16:10 +0000
commit6c7aff100f3e6e534de619128f889e1bc4ce4dba (patch)
treec2d6f957718ad5994f6a314b81d205b81d66dd55 /lang
parent5d86ce31a0365647316e423e40dd21488d0c1497 (diff)
downloadFreeBSD-ports-6c7aff100f3e6e534de619128f889e1bc4ce4dba.zip
FreeBSD-ports-6c7aff100f3e6e534de619128f889e1bc4ce4dba.tar.gz
Fix a bad patch that prevented the PREFIX expansion.
PR: 16874 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/files/patch-022
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02
index 63e6bd8..903d80f 100644
--- a/lang/Sather/files/patch-02
+++ b/lang/Sather/files/patch-02
@@ -10,7 +10,7 @@
-GC_LINK: "-lgc";
+VERSION: "1.2.1";
+C_COMPILER: "%%CC%% ";
-+CC_OPTIONS: "-I$%%LOCALBASE%%/include";
++CC_OPTIONS: "-I%%LOCALBASE%%/include";
+GC_LINK: "-lgc -L%%LOCALBASE%%/lib";
LINK_OPTIONS: "-lm";
-MAKE_COMMAND: "make";
OpenPOWER on IntegriCloud