diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-02 19:17:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-02 19:17:47 +0800 |
commit | d7adb8595f067d5da5c16cbff0f5cd9000239c48 (patch) | |
tree | 342f3d2be8408cb6aa2aa66b313fd858378f3b44 /devel/sdl12 | |
parent | 59e56e2dbe0e66e5c5140a3d75bae66d86eeb440 (diff) | |
download | freebsd-ports-gnome-d7adb8595f067d5da5c16cbff0f5cd9000239c48.tar.gz freebsd-ports-gnome-d7adb8595f067d5da5c16cbff0f5cd9000239c48.tar.zst freebsd-ports-gnome-d7adb8595f067d5da5c16cbff0f5cd9000239c48.zip |
Re-enable vgl support.
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/files/patch-ac | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index dfe694cebdb0..69c746987b93 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -2,7 +2,7 @@ $FreeBSD$ --- configure.orig Mon Jun 18 18:21:53 2001 -+++ configure Mon Jun 25 17:59:47 2001 ++++ configure Mon Jul 2 13:49:08 2001 @@ -100,6 +100,8 @@ ac_help="$ac_help --enable-video-svga use SVGAlib video driver [default=no]" @@ -111,14 +111,14 @@ $FreeBSD$ ;; *-*-netbsd*) pthread_cflags="-I/usr/pkg/include -D_REENTRANT" -@@ -6236,6 +6289,7 @@ +@@ -6387,6 +6440,7 @@ + CheckARTSC + CheckESD + CheckNAS ++ CheckVGL CheckX11 CheckDGA CheckSVGA -+ CheckVGL - CheckAAlib - CheckOpenGL - CheckPTHREAD @@ -6577,10 +6631,10 @@ cat >>$new <$old @@ -134,11 +134,18 @@ $FreeBSD$ # Set up files for the joystick library # (No joystick support yet) if test x$enable_joystick = xyes; then -@@ -9088,6 +9142,8 @@ +@@ -9088,6 +9142,7 @@ src/video/macrom/Makefile src/video/quartz/Makefile src/video/svga/Makefile +src/video/vgl/Makefile + src/video/aalib/Makefile + src/video/wincommon/Makefile + src/video/windib/Makefile +@@ -9322,6 +9377,7 @@ + src/video/macrom/Makefile + src/video/quartz/Makefile + src/video/svga/Makefile +src/video/vgl/Makefile src/video/aalib/Makefile src/video/wincommon/Makefile |