diff options
-rw-r--r-- | graphics/glass/Makefile | 2 | ||||
-rw-r--r-- | graphics/glass/distinfo | 2 | ||||
-rw-r--r-- | graphics/glass/files/patch-Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glass/Makefile b/graphics/glass/Makefile index 992982e0698a..3a94e95cc7aa 100644 --- a/graphics/glass/Makefile +++ b/graphics/glass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glass -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo index 5d3b592c5c1f..06e6392810cf 100644 --- a/graphics/glass/distinfo +++ b/graphics/glass/distinfo @@ -1 +1 @@ -MD5 (glass-1.1.1.tar.gz) = 2bb0850bddc41ba9575dc5ef79f13d76 +MD5 (glass-1.1.2.tar.gz) = ec9518e961ee0341d91bef6697a6bec2 diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile index 64332c4515bf..1725bda2399e 100644 --- a/graphics/glass/files/patch-Makefile +++ b/graphics/glass/files/patch-Makefile @@ -2,7 +2,7 @@ +++ Makefile Thu Aug 23 10:06:34 2001 @@ -1,12 +1,11 @@ -CC = gcc - GLASS_VERSION = 1.1.1 + GLASS_VERSION = 1.1.2 -CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" -LIBS = -lGL +CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\" |