diff options
author | mrg <mrg> | 2001-05-21 07:12:49 +0000 |
---|---|---|
committer | mrg <mrg> | 2001-05-21 07:12:49 +0000 |
commit | 11aa960fc204a6fe575a85c92e3326c80b0041dc (patch) | |
tree | 0e26ebc798fee2fc9db99836a68fd74404bb61ed /emulators/xmame | |
parent | f2b26768fa2079277f5e6724d92a11aef10d4cf2 (diff) | |
download | pkgsrc-11aa960fc204a6fe575a85c92e3326c80b0041dc.tar.gz |
support xpkgwedge.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/distinfo | 4 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 95aeebb8112..119acae20a4 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:50:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/21 07:12:49 mrg Exp $ SHA1 (xmame-0.37b13.1.tar.bz2) = 88447c926ff3604e2325aafad73b1e50069c2fcf Size (xmame-0.37b13.1.tar.bz2) = 4894634 bytes -SHA1 (patch-aa) = 7c0edf9becbebf268ea49377c633c69f5752ad35 +SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839 SHA1 (patch-ab) = 18971a44ea477e9b72b6f5e1ed44504e2c3edc06 SHA1 (patch-ae) = e4dc55f21759f50b0c48816314ebdc4039d2490f SHA1 (patch-am) = 27908ecd35407621eae4c777de3079279f58176e diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa index e263d8d2930..a36c371d99b 100644 --- a/emulators/xmame/patches/patch-aa +++ b/emulators/xmame/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.26 2001/03/24 19:52:34 kristerw Exp $ +$NetBSD: patch-aa,v 1.27 2001/05/21 07:12:50 mrg Exp $ --- makefile.unix.orig Sat Mar 17 03:11:28 2001 +++ makefile.unix Fri Mar 23 19:25:28 2001 @@ -168,7 +168,7 @@ @@ -66,8 +66,8 @@ $NetBSD: patch-aa,v 1.26 2001/03/24 19:52:34 kristerw Exp $ # standard location for XFree86 -X11INC = -I/usr/X11R6/include -X11LIB = -L/usr/X11R6/lib -+X11INC = -I${PREFIX}/include -+X11LIB = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib ++X11INC = -I${PREFIX}/include -I${X11BASE}/include ++X11LIB = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib # for Sun systems # X11INC = -I/usr/openwin/include # X11LIB = -L/usr/openwin/lib |