diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-05-06 01:29:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-05-06 01:29:30 +0800 |
commit | 9d73e37fdb04b4e5655589c23473c0d7c26187af (patch) | |
tree | 652da15403da2708451fdb89f2915bef16fcc60e /lang/gnustep-guile | |
parent | c299e7cb462f3156d44f98818f7704b98946c9fa (diff) | |
download | freebsd-ports-gnome-9d73e37fdb04b4e5655589c23473c0d7c26187af.tar.gz freebsd-ports-gnome-9d73e37fdb04b4e5655589c23473c0d7c26187af.tar.zst freebsd-ports-gnome-9d73e37fdb04b4e5655589c23473c0d7c26187af.zip |
- Fix problems with guile-1.6.4 and short lib path.
- bump PORTREVISION
Submitted by: marcus
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-guile/files/patch-Greg-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 32a4b33da927..71c8231b3002 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-guile PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ diff --git a/lang/gnustep-guile/files/patch-Greg-configure b/lang/gnustep-guile/files/patch-Greg-configure new file mode 100644 index 000000000000..bbdcfc0e670c --- /dev/null +++ b/lang/gnustep-guile/files/patch-Greg-configure @@ -0,0 +1,11 @@ +--- Greg/configure.orig Thu May 10 12:48:26 2001 ++++ Greg/configure Mon May 5 08:05:35 2003 +@@ -2259,7 +2259,7 @@ + done + + +-GUILE_LIB_PATH=`$GUILEPATH -c '(display (string-append (%package-data-dir) "/" (version)))'` ++GUILE_LIB_PATH=`$GUILEPATH -c '(display (%library-dir))'` + + cat >> confdefs.h <<EOF + #define GUILE_LIB_PATH $GUILE_LIB_PATH |