mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use devel/sdl12 instead of devel/sdl10 because the latter is scheduled for
deorbiting.
This commit is contained in:
parent
1b3c0d7d6c
commit
724610b62d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57808
@ -13,9 +13,9 @@ DISTNAME= Columns-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10
|
||||
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,6 +1,9 @@
|
||||
--- columns.cc.orig Fri Mar 17 09:52:55 2000
|
||||
+++ columns.cc Sat Oct 28 03:29:21 2000
|
||||
@@ -22,7 +22,9 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- columns.cc.orig Fri Mar 17 02:52:55 2000
|
||||
+++ columns.cc Wed Apr 17 15:48:10 2002
|
||||
@@ -22,10 +22,12 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@ -9,4 +12,8 @@
|
||||
+#endif
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <SDL/SDL.h>
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL.h>
|
||||
|
||||
#define HIGHSCORE_X 10
|
||||
#define HIGHSCORE_Y 30
|
||||
|
Loading…
Reference in New Issue
Block a user