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 cad3625ba461..fefba6a0d2bf 100644 --- a/graphics/glass/Makefile +++ b/graphics/glass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glass -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.5 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo index 06e6392810cf..97f8e3f3a60c 100644 --- a/graphics/glass/distinfo +++ b/graphics/glass/distinfo @@ -1 +1 @@ -MD5 (glass-1.1.2.tar.gz) = ec9518e961ee0341d91bef6697a6bec2 +MD5 (glass-1.1.5.tar.gz) = 2acec0c795bb345d77621b7bfb91fc2e diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile index 1725bda2399e..4a26c553599f 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.2 + GLASS_VERSION = 1.1.5 -CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" -LIBS = -lGL +CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\" |