diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:07:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:07:34 +0000 |
commit | 21cdd8554255d506a628010d5b7d5bc4457ced41 (patch) | |
tree | 9e4ec89a2d3ba533323b56ae1ecab26fbaada1e8 /graphics/gliv | |
parent | 98c4d25a9b1d3f2a279f8306647ce9b0327567cb (diff) | |
download | ports-21cdd8554255d506a628010d5b7d5bc4457ced41.tar.gz ports-21cdd8554255d506a628010d5b7d5bc4457ced41.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 4 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 2 | ||||
-rw-r--r-- | graphics/gliv/files/patch-configure | 49 |
3 files changed, 3 insertions, 52 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 8f22a7107a51..f0d31ca145ca 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gliv -PORTVERSION= 1.0b6 +PORTVERSION= 1.0b7 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ -DISTNAME= GLiv-1.0beta6 +DISTNAME= GLiv-1.0beta7 MAINTAINER= ishmael27@home.com diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 5ed163341e82..74bd24114e71 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1 +1 @@ -MD5 (GLiv-1.0beta6.tar.bz2) = e4ce6703f70b7d41e1eb42ee7f206424 +MD5 (GLiv-1.0beta7.tar.bz2) = 3ec72e4c3a517d79c4511a7c3791a5dc diff --git a/graphics/gliv/files/patch-configure b/graphics/gliv/files/patch-configure deleted file mode 100644 index 5cf2db3d9675..000000000000 --- a/graphics/gliv/files/patch-configure +++ /dev/null @@ -1,49 +0,0 @@ ---- configure.orig Thu Mar 15 14:09:08 2001 -+++ configure Fri Mar 16 07:44:44 2001 -@@ -1067,8 +1067,8 @@ - - echo -n checking for Imlib2... - if imlib2-config --version &> /dev/null;then --CFLAGS="-pipe -O3 -funroll-loops -fforce-addr -fomit-frame-pointer -Wall $CFLAGS `imlib2-config --cflags`" --LDFLAGS="-Wl,-O1 $LDFLAGS `imlib2-config --libs`" -+CFLAGS="$CFLAGS `imlib2-config --cflags`" -+LDFLAGS="$LDFLAGS `imlib2-config --libs`" - echo " found (version `imlib2-config --version`)" - else - echo " not found" -@@ -1081,14 +1081,14 @@ - exit 1 - fi - --echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:1086: checking for pthread_create in -lpthread" >&5 -+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 -+echo "configure:1086: checking for pthread_create in -pthread" >&5 - ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1094 "configure" - #include "confdefs.h" -@@ -1122,7 +1122,7 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lpthread $LIBS" -+ LIBS="-pthread $LIBS" - - else - echo "$ac_t""no" 1>&6 -@@ -1132,7 +1132,7 @@ - echo It seems you do not have libpthread or it does not work. - exit 1 - fi --LDFLAGS="$LDFLAGS -lpthread" -+LDFLAGS="$LDFLAGS -pthread" - - unset mdl_cv_have_OpenGL - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |