diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 04:05:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 04:05:17 +0000 |
commit | ca13ff9f08f932c735cfcc846ef02e028924a051 (patch) | |
tree | bbff11e9bd4c6f0ad4d9f44dd3f25bcaf2da4b06 /graphics/Mesa3/files | |
parent | PKGNAME is not necessary if it's the same as DISTNAME. (diff) |
Make this thing actually compile and package. (Jordan, you can't just
change the install target and assume the building rule or package target
will figure out the shlib name change! ;)
Notes
Notes:
svn path=/head/; revision=4992
Diffstat (limited to 'graphics/Mesa3/files')
-rw-r--r-- | graphics/Mesa3/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/Mesa3/files/patch-aa b/graphics/Mesa3/files/patch-aa index 84f62fcc3acb..fca00c048a52 100644 --- a/graphics/Mesa3/files/patch-aa +++ b/graphics/Mesa3/files/patch-aa @@ -32,3 +32,14 @@ amiga: @echo "See the README.AMIGA file for installation information" +--- ./mklib.freebsd.org Tue Aug 13 19:56:47 1996 ++++ ./mklib.freebsd Mon Dec 16 19:52:10 1996 +@@ -6,7 +6,7 @@ + # First argument is name of output library + # Rest of arguments are object files + +-VERSION="2.0" ++VERSION="13.0" + + LIBRARY=$1 + shift 1 |