diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-25 08:58:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-25 08:58:12 +0000 |
commit | 1ec3aa062a8b27350f4588aa679a5156037d07b9 (patch) | |
tree | 5d787e4988514c6c3eac260d9888990143cd2e45 /devel/sdl12/files/patch-src_video_Makefile.in | |
parent | Update to reflect setting DIST_SUBDIR. Checksums didn't change, just (diff) |
Update to 1.2.2. Sam was kind enough to integrate my vgl driver into a
mainline, so number of patches has been greatly reduced.
Notes
Notes:
svn path=/head/; revision=45466
Diffstat (limited to 'devel/sdl12/files/patch-src_video_Makefile.in')
-rw-r--r-- | devel/sdl12/files/patch-src_video_Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/sdl12/files/patch-src_video_Makefile.in b/devel/sdl12/files/patch-src_video_Makefile.in deleted file mode 100644 index 4ae3a424c84e..000000000000 --- a/devel/sdl12/files/patch-src_video_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/video/Makefile.in.orig Mon Jun 18 18:22:19 2001 -+++ src/video/Makefile.in Mon Jun 25 18:01:55 2001 -@@ -106,7 +106,7 @@ - - # Define which subdirectories need to be built - SUBDIRS = @VIDEO_SUBDIRS@ --DIST_SUBDIRS = dummy x11 dga nanox fbcon svga ggi aalib wincommon windib windx5 maccommon macdsp macrom quartz bwindow ps2gs photon cybergfx -+DIST_SUBDIRS = dummy x11 dga nanox fbcon svga ggi aalib wincommon windib windx5 maccommon macdsp macrom quartz bwindow ps2gs photon cybergfx vgl - - - DRIVERS = @VIDEO_DRIVERS@ |