diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-10 05:04:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-10 05:04:21 +0000 |
commit | b0f84b2bf4640984a0c84a79c86c72b84752b648 (patch) | |
tree | 90cc4d917ceffd522d654e9929c6b16967345f39 /emulators/wine/files/patch-ba | |
parent | update to 1.6.3p4 (diff) |
"We (actually, I) forgot to install the libraries that are part
of the Wine port, as well as the include files for winelib."
PR: 18877
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Notes
Notes:
svn path=/head/; revision=29492
Diffstat (limited to 'emulators/wine/files/patch-ba')
-rw-r--r-- | emulators/wine/files/patch-ba | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba index 48cc7bf0a9f0..664cf844b121 100644 --- a/emulators/wine/files/patch-ba +++ b/emulators/wine/files/patch-ba @@ -14,3 +14,12 @@ diff -u -u -r1.17 Make.rules.in X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ +@@ -69,7 +69,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ +-libdir = @libdir@ ++libdir = @libdir@/wine + infodir = @infodir@ + mandir = @mandir@ + prog_manext = 1 |