diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-05 17:29:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-05 17:29:30 +0000 |
commit | 115deb7795eb8f88cf16e308cf3293f4e6db59fa (patch) | |
tree | 788b020d8f3bb7308efae60770a9e04e33aa7604 /lang/gnustep-guile | |
parent | 4466439f013a11bbc62477198ed5ef8acf1c9f62 (diff) | |
download | ports-115deb7795eb8f88cf16e308cf3293f4e6db59fa.tar.gz ports-115deb7795eb8f88cf16e308cf3293f4e6db59fa.zip |
Notes
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 |