diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 12:05:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 12:05:17 +0800 |
commit | b1f8ab65acf8343466afb136a562b5dcf20ea04a (patch) | |
tree | 76ad2fbd7a5c79606ed20dd0d6ce01931c643f60 /graphics/mesagl/files | |
parent | d40f62c96aee66945b5ad33076f24581dae44deb (diff) | |
download | freebsd-ports-gnome-b1f8ab65acf8343466afb136a562b5dcf20ea04a.tar.gz freebsd-ports-gnome-b1f8ab65acf8343466afb136a562b5dcf20ea04a.tar.zst freebsd-ports-gnome-b1f8ab65acf8343466afb136a562b5dcf20ea04a.zip |
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! ;)
Diffstat (limited to 'graphics/mesagl/files')
-rw-r--r-- | graphics/mesagl/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mesagl/files/patch-aa b/graphics/mesagl/files/patch-aa index 84f62fcc3acb..fca00c048a52 100644 --- a/graphics/mesagl/files/patch-aa +++ b/graphics/mesagl/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 |