From bebd89314e57ff34ea47724c5605a0f32c425dcf Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Thu, 5 Oct 2000 06:57:56 +0000 Subject: Implement WANT_IMLIB and USE_IMLIB. --- irc/yagirc/Makefile | 8 ++------ irc/yagirc/files/patch-ad | 10 ++++++++++ 2 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 irc/yagirc/files/patch-ad (limited to 'irc/yagirc') diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile index 749954f7c17c..3dde8c57fc74 100644 --- a/irc/yagirc/Makefile +++ b/irc/yagirc/Makefile @@ -13,18 +13,14 @@ MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ - esd.2:${PORTSDIR}/audio/esound - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_XPM= yes USE_GMAKE= yes USE_PERL5= yes +USE_IMLIB= yes +USE_ESOUND= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-gnome --disable-pthread CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include diff --git a/irc/yagirc/files/patch-ad b/irc/yagirc/files/patch-ad new file mode 100644 index 000000000000..0747b249c375 --- /dev/null +++ b/irc/yagirc/files/patch-ad @@ -0,0 +1,10 @@ +--- src/script.c.orig Sat Sep 9 02:05:15 2000 ++++ src/script.c Sat Sep 9 02:05:28 2000 +@@ -31,6 +31,7 @@ + #define bool char + #endif + ++#define PERL_POLLUTE + #include + #include + -- cgit v1.2.3