diff options
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r-- | emulators/wine-devel/files/patch-ad | 12 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 20 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 10 |
3 files changed, 0 insertions, 42 deletions
diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad deleted file mode 100644 index cd20229e2cab..000000000000 --- a/emulators/wine-devel/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- documentation/samples/config Thu Jan 11 01:57:36 2001 -+++ documentation/samples/config Sat Jan 13 15:29:39 2001 -@@ -146,7 +146,7 @@ WINE REGISTRY Version 2 - - [serialports] --"Com1" = "/dev/ttyS0" --"Com2" = "/dev/ttyS1" --"Com3" = "/dev/ttyS2" -+"Com1" = "/dev/ttyd0" -+"Com2" = "/dev/ttyd1" -+"Com3" = "/dev/ttyd2" - "Com4" = "/dev/modem" diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba deleted file mode 100644 index 32b1b06d0387..000000000000 --- a/emulators/wine-devel/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- Make.rules.in.orig Mon Mar 19 20:19:23 2001 -+++ Make.rules.in Sun Apr 8 14:31:40 2001 -@@ -25,7 +25,7 @@ SHELL = /bin/sh - CC = @CC@ - CPP = @CPP@ - CFLAGS = @CFLAGS@ --OPTIONS = @OPTIONS@ -D_REENTRANT -+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -80,7 +80,7 @@ INSTALL_DATA = @INSTALL_DATA@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --libdir = @libdir@ -+libdir = @libdir@/wine - infodir = @infodir@ - mandir = @mandir@ - prog_manext = 1 diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb deleted file mode 100644 index f4f61092aa7d..000000000000 --- a/emulators/wine-devel/files/patch-gb +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.old Tue Jul 18 18:36:26 2000 -+++ Makefile.in Tue Jul 18 18:36:36 2000 -@@ -147,7 +147,6 @@ - [ -d $(bindir) ] || $(MKDIR) $(bindir) - $(INSTALL_PROGRAM) wine $(bindir)/wine - $(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod -- -$(LDCONFIG) - - uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION) |