diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:15:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:15:21 +0000 |
commit | a69ed1ce624cb3f9f13404e3e0e1fdf140ae4470 (patch) | |
tree | 095f1d4a86a5b7d8e43f7e0483b1b66673f66dc1 /emulators/vgb/files/patch-aa | |
parent | Remove unmaintained expired ports from ftp (diff) |
Remove unmaintained expired ports from emulators
2011-05-01 emulators/basiliskII: Distfile is no more available official website has older distfiles
2011-05-01 emulators/tkhfs: Upstream disapear and distfile is no more available
2011-05-01 emulators/twin: Upstream disapear and distfile is no more available
2011-05-01 emulators/vgb: Distfile is no more available (lastest binaries provided by upstream are for 5.x)
2011-05-01 emulators/vpce: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273465
Diffstat (limited to 'emulators/vgb/files/patch-aa')
-rw-r--r-- | emulators/vgb/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/vgb/files/patch-aa b/emulators/vgb/files/patch-aa deleted file mode 100644 index 93ce83ec0574..000000000000 --- a/emulators/vgb/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -*** Makefile.orig Wed Jul 3 20:29:30 1996 ---- Makefile Sat Jan 15 00:00:00 2000 -*************** -*** 26,34 **** - # If you are getting linker errors about not found X11 functions, - # change the -L/usr/X11R6/lib to the directory where X11 - # libraries libX11.* and libXext.* are located on your system. -! CC = gcc -! DEFINES = -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM -! CFLAGS = -O2 -I/usr/X11/include -L/usr/X11/lib/ ${DEFINES} - OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o - - # Make the standard distribution: VGB, DASM, and utilities. ---- 26,34 ---- - # If you are getting linker errors about not found X11 functions, - # change the -L/usr/X11R6/lib to the directory where X11 - # libraries libX11.* and libXext.* are located on your system. -! CC ?= gcc -! DEFINES = -DUNIX -DLSB_FIRST -! CFLAGS += -I${LOCALBASE}/include -L${LOCALBASE}/lib ${DEFINES} - OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o - - # Make the standard distribution: VGB, DASM, and utilities. |