pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL Revert my change so sdl-config is not buildl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c3fa4ef9e13
branches: trunk
changeset: 464422:4c3fa4ef9e13
user: reed <reed%pkgsrc.org@localhost>
date: Mon Dec 08 20:25:51 2003 +0000
description:
Revert my change so sdl-config is not buildlinked. Like, imlib-config
this caused a problem where now smpeg-config had the "buildlink"
directory hard-coded in the smpeg-config script.
(Instead smpeg's Makefile can define SDL_CONFIG in the CONFIGURE_ENV
to make sure it uses correct sdl-config. I haven't made that change yet.)
diffstat:
devel/SDL/buildlink2.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r fdb504a4ff29 -r 4c3fa4ef9e13 devel/SDL/buildlink2.mk
--- a/devel/SDL/buildlink2.mk Mon Dec 08 19:33:46 2003 +0000
+++ b/devel/SDL/buildlink2.mk Mon Dec 08 20:25:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.9 2003/12/03 01:37:57 reed Exp $
+# $NetBSD: buildlink2.mk,v 1.10 2003/12/08 20:25:51 reed Exp $
.if !defined(SDL_BUILDLINK2_MK)
SDL_BUILDLINK2_MK= # defined
@@ -9,8 +9,7 @@
EVAL_PREFIX+= BUILDLINK_PREFIX.SDL=SDL
BUILDLINK_PREFIX.SDL_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.SDL= bin/sdl-config
-BUILDLINK_FILES.SDL+= include/SDL/*
+BUILDLINK_FILES.SDL= include/SDL/*
BUILDLINK_FILES.SDL+= lib/libSDL.*
BUILDLINK_FILES.SDL+= lib/libSDLmain.*
Home |
Main Index |
Thread Index |
Old Index