aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gnustep-guile/Makefile2
-rw-r--r--lang/gnustep-guile/files/patch-Greg-configure11
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