Index: head/graphics/libGLw/Makefile =================================================================== --- head/graphics/libGLw/Makefile (revision 508995) +++ head/graphics/libGLw/Makefile (revision 508996) @@ -1,25 +1,25 @@ # Created by: Eric Anholt # $FreeBSD$ PORTNAME= libGLw PORTVERSION= 8.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glw/ DISTNAME= glw-${PORTVERSION} DIST_SUBDIR= GL MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL widgets library USES= motif libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GL= gl USE_XORG= x11 xt xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-motif CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/graphics/libGLw/files/patch-b060a07.c =================================================================== --- head/graphics/libGLw/files/patch-b060a07.c (nonexistent) +++ head/graphics/libGLw/files/patch-b060a07.c (revision 508996) @@ -0,0 +1,55 @@ +diff --git a/GLwDrawA.h b/GLwDrawA.h +index b9711c216bc458f7ec2d2055495045efef8903f0..316a70d5d2061af67d8307c74706208907c3ac6a 100644 +--- GLwDrawA.h ++++ GLwDrawA.h +@@ -131,12 +131,18 @@ + #define GLwNaccumAlphaSize "accumAlphaSize" + #define GLwCAccumAlphaSize "AccumAlphaSize" + ++#if (defined(__GNUC__) && __GNUC__ >= 4) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) ++# define GLAPIVAR extern __attribute__((visibility("default"))) ++#else ++# define GLAPIVAR extern ++#endif ++ + #ifdef __GLX_MOTIF + + typedef struct _GLwMDrawingAreaClassRec *GLwMDrawingAreaWidgetClass; + typedef struct _GLwMDrawingAreaRec *GLwMDrawingAreaWidget; + +-GLAPI WidgetClass glwMDrawingAreaWidgetClass; ++GLAPIVAR WidgetClass glwMDrawingAreaWidgetClass; + + + #else +@@ -144,7 +150,7 @@ GLAPI WidgetClass glwMDrawingAreaWidgetClass; + typedef struct _GLwDrawingAreaClassRec *GLwDrawingAreaWidgetClass; + typedef struct _GLwDrawingAreaRec *GLwDrawingAreaWidget; + +-GLAPI WidgetClass glwDrawingAreaWidgetClass; ++GLAPIVAR WidgetClass glwDrawingAreaWidgetClass; + + + #endif +diff --git a/GLwDrawAP.h b/GLwDrawAP.h +index 4ff21b426dd5912e007356160ef6fe5a41536c24..6d29849d4288f4affaa5ed3f5d5d5bc1668d4cd3 100644 +--- GLwDrawAP.h ++++ GLwDrawAP.h +@@ -59,7 +59,7 @@ typedef struct _GLwMDrawingAreaClassRec { + } GLwMDrawingAreaClassRec; + + +-GLAPI GLwMDrawingAreaClassRec glwMDrawingAreaClassRec; ++GLAPIVAR GLwMDrawingAreaClassRec glwMDrawingAreaClassRec; + + + /* XT */ +@@ -70,7 +70,7 @@ typedef struct _GLwDrawingAreaClassRec { + GLwDrawingAreaClassPart glwDrawingArea_class; + } GLwDrawingAreaClassRec; + +-GLAPI GLwDrawingAreaClassRec glwDrawingAreaClassRec; ++GLAPIVAR GLwDrawingAreaClassRec glwDrawingAreaClassRec; + + + #endif Property changes on: head/graphics/libGLw/files/patch-b060a07.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/libGLw/files/patch-c4f7cdf.c =================================================================== --- head/graphics/libGLw/files/patch-c4f7cdf.c (nonexistent) +++ head/graphics/libGLw/files/patch-c4f7cdf.c (revision 508996) @@ -0,0 +1,13 @@ +diff --git a/GLwDrawA.c b/GLwDrawA.c +index b9ef47b1ce505553120fa7556693b97e5d91b3c5..8ce12fba0f6ef4b092837ca0c2e6aa44f5de2dfa 100644 +--- GLwDrawA.c ++++ GLwDrawA.c +@@ -474,7 +474,7 @@ static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgLis + + /* fix size */ + if(req->core.width==0) neww->core.width=100; +- if(req->core.height==0) neww->core.width=100; ++ if(req->core.height==0) neww->core.height=100; + + /* create the attribute list if needed */ + neww->glwDrawingArea.myList=FALSE; Property changes on: head/graphics/libGLw/files/patch-c4f7cdf.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property