aboutsummaryrefslogtreecommitdiffstats
path: root/lang/librep/files/patch-configure
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-04-12 10:27:47 +0800
committermiwi <miwi@FreeBSD.org>2011-04-12 10:27:47 +0800
commit5fdf73c759660f1c9802c164004a0b506e4309a7 (patch)
tree13177195d75bce1529fad6e8e89ece9e64aaae89 /lang/librep/files/patch-configure
parent2327e3dc00584f69513018f05e838feb3df5ded4 (diff)
downloadfreebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.tar.gz
freebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.tar.zst
freebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.zip
- Update to 0.91.1
PR: 155855 Submitted by: Ports Fury
Diffstat (limited to 'lang/librep/files/patch-configure')
-rw-r--r--lang/librep/files/patch-configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/librep/files/patch-configure b/lang/librep/files/patch-configure
deleted file mode 100644
index 0ba88e56010..00000000000
--- a/lang/librep/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig 2009-08-25 19:33:59.000000000 +0300
-+++ configure 2009-10-15 17:47:07.000000000 +0300
-@@ -7969,6 +7969,7 @@
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
- hardcode_shlibpath_var=no
-+ archive_cmds_need_lc=no
- ;;
-
- hpux9*)
-@@ -11675,7 +11676,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdbm_gdbm_open" >&5
- $as_echo "$ac_cv_lib_gdbm_gdbm_open" >&6; }
- if test "x$ac_cv_lib_gdbm_gdbm_open" = x""yes; then :
-- GDBM_LIBS="-lgdbm"
-+ GDBM_LIBS="$LIBS -lgdbm"
- else
- as_fn_error "Cannot find GDBM library" "$LINENO" 5
- fi