From 1eb70aaefe2ba0474993e365df1d4359b12010d7 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 6 Jul 2006 05:45:15 +0000 Subject: Add a RUN_DEPENDS on gcc34 (yuck!) for 5.X since liboil links to libgcc_s.so which is not installed by the base gcc for some reason. Without this fix binaries that link to liboil would fail to load. --- devel/liboil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 320b8f88bbd5..f624c48111cc 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -7,6 +7,7 @@ PORTNAME= liboil PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ \ ${MASTER_SITE_LOCAL} @@ -26,6 +27,7 @@ CFLAGS+= -O2 .if ${OSVERSION} < 600000 && ${OSVERSION} > 500000 #USE_GCC= 3.4 BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 +RUN_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 CC:= gcc34 CXX:= g++34 .endif -- cgit v1.2.3