diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /graphics/utah-glx/files/patch-ae | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Notes
Notes:
svn path=/head/; revision=151214
Diffstat (limited to 'graphics/utah-glx/files/patch-ae')
-rw-r--r-- | graphics/utah-glx/files/patch-ae | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/utah-glx/files/patch-ae b/graphics/utah-glx/files/patch-ae deleted file mode 100644 index cc4603b35a43..000000000000 --- a/graphics/utah-glx/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- libGL/Makefile.in.orig Mon Feb 28 20:57:28 2000 -+++ libGL/Makefile.in Mon Feb 28 21:09:30 2000 -@@ -14,7 +14,7 @@ - # These define the name/version of the shared library we're building - # ------------------------------------------------------------------ - LIBNAME = GL --SOGLREV = 1.0 -+SOGLREV = ${GLVER} - - # Source and Object files - # ----------------------- -@@ -111,7 +111,7 @@ - - lib${LIBNAME}.so.${SOGLREV} : render.c ${OBJS} - ${RM} $@~ -- @SONAME=`echo $@ | sed 's/\.[^\.]*$$//'`; set -x; \ -+ @SONAME=`echo $@`; set -x; \ - if [ `uname` = "SunOS" ] ; then \ - ${CC} -o ./$@~ ${SHARED_LDFLAGS} -Wl,-h,$$SONAME ${OBJS} \ - ${XLIBDIR} ${XLIBS} ${LIBS} ${MATHLIBS}; \ |