1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/utah-glx/files/patch-ab
Maxim Sobolev 09b6e1b4b7 Upgrade to the latest CVS snapshot and remove CVS hack.
The driver is now in the pre-release stage, with first stable release scheduled
within the one month or even less, so please test it hard and report bugs into
utah's mailing list (see pkg/MESSAGE for details). Happy rendering!
2000-05-22 14:43:22 +00:00

40 lines
1.5 KiB
Plaintext

--- libGLU/Makefile.in.orig Thu Dec 16 05:30:13 1999
+++ libGLU/Makefile.in Fri Dec 31 04:19:58 1999
@@ -13,10 +13,10 @@
# These define the name/version of the shared library we're building
# ------------------------------------------------------------------
LIBNAME = GLU
-GLUREV_major = 1
-GLUREV_minor = 2
-GLUREV_micro = 0
-SOGLUREV = ${GLUREV_major}.${GLUREV_minor}.${GLUREV_micro}
+GLUREV_major = ${GLVER}
+GLUREV_minor =
+GLUREV_micro =
+SOGLUREV = ${GLUREV_major}
GLULIB = lib${LIBNAME}.so.${SOGLUREV}
# FIXME: different library version for Mesa 3.2?
@@ -104,8 +104,8 @@
@if [ -d ${INSTALL_libdir} ]; then set +x; \
else (set -x; ${MKDIR} ${INSTALL_libdir}); fi
${INSTALL} ${INSTALLFLAGS} ${INSTBINFLAGS} ${GLULIB} ${INSTALL_libdir}
- ${RM} ${INSTALL_libdir}/lib${LIBNAME}.so.${GLUREV_major} ;\
- ${LN} ${GLULIB} ${INSTALL_libdir}/lib${LIBNAME}.so.${GLUREV_major}
+# ${RM} ${INSTALL_libdir}/lib${LIBNAME}.so.${GLUREV_major} ;\
+# ${LN} ${GLULIB} ${INSTALL_libdir}/lib${LIBNAME}.so.${GLUREV_major}
${RM} ${INSTALL_libdir}/lib${LIBNAME}.so ;\
${LN} ${GLULIB} ${INSTALL_libdir}/lib${LIBNAME}.so
else
@@ -128,8 +128,8 @@
${CC} -o ./$@~ ${SHARED_LDFLAGS} -Wl,-soname,lib${LIBNAME}.so.${GLUREV_major} ${OBJS} ${MATHLIBS}
${RM} $@
${MV} $@~ $@
- ${RM} lib${LIBNAME}.so.${GLUREV_major}
- ${LN} $@ lib${LIBNAME}.so.${GLUREV_major}
+# ${RM} lib${LIBNAME}.so.${GLUREV_major}
+# ${LN} $@ lib${LIBNAME}.so.${GLUREV_major}
${RM} lib${LIBNAME}.so
${LN} $@ lib${LIBNAME}.so