diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-17 08:41:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-17 08:41:31 +0000 |
commit | b19121dfab006b950cf426163b2d97cca3771b7a (patch) | |
tree | ae79598366a31caec5c1f7e38b8e22a0583c3766 /x11 | |
parent | Update to 0.21.0. (diff) |
Removing -lc from the link line of libGL.so broke on -alpha. Revert the patch
until a solution can be found.
Reported by: kris (bento)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-bsdLib.tmpl | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 088391e5a38a..a6a8d6a7e2a8 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -7,7 +7,7 @@ PORTNAME= libraries PORTVERSION= 4.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff --git a/x11/XFree86-4-libraries/files/patch-bsdLib.tmpl b/x11/XFree86-4-libraries/files/patch-bsdLib.tmpl deleted file mode 100644 index 9da65d75e70f..000000000000 --- a/x11/XFree86-4-libraries/files/patch-bsdLib.tmpl +++ /dev/null @@ -1,11 +0,0 @@ ---- config/cf/bsdLib.tmpl.orig Tue May 13 12:37:22 2003 -+++ config/cf/bsdLib.tmpl Tue May 13 12:37:23 2003 -@@ -65,7 +65,7 @@ - #define SharedXieReqs $(LDPRELIBS) $(XLIBONLY) - #define SharedXvReqs $(LDPRELIB) $(XLIB) - #define SharedSMReqs $(LDPRELIBS) $(ICELIB) --#define SharedGLReqs $(LDPRELIBS) $(XLIB) -lc -+#define SharedGLReqs $(LDPRELIBS) $(XLIB) - #define SharedGLUReqs $(LDPRELIB) $(XLIB) $(GLXLIB) - #define SharedXcursorReqs $(LDPRELIB) $(XRENDERLIB) $(XLIB) - |