1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/gnomecore/files/patch-aa
2000-09-25 21:02:34 +00:00

38 lines
1.2 KiB
Plaintext

--- configure.orig Wed Sep 20 00:25:30 2000
+++ configure Mon Sep 25 14:24:15 2000
@@ -6095,4 +6095,4 @@
BZ_LIBS=""
-echo $ac_n "checking for bzopen in -lbz2""... $ac_c" 1>&6
-echo "configure:6098: checking for bzopen in -lbz2" >&5
+echo $ac_n "checking for BZ2_bzopen in -lbz2""... $ac_c" 1>&6
+echo "configure:6098: checking for BZ2_bzopen in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzopen | sed 'y%./+-%__p_%'`
@@ -6109,6 +6109,6 @@
builtin and then its argument prototype would still apply. */
-char bzopen();
+char BZ2_bzopen();
int main() {
-bzopen()
+BZ2_bzopen()
; return 0; }
--- app-docs.make.orig Thu Apr 20 02:25:57 2000
+++ app-docs.make Fri May 26 16:31:01 2000
@@ -1,4 +1,4 @@
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
+helpdir = $(datadir)/help/$(app)/$(lang)
help_DATA = \
index.html \
topic.dat \
--- applet-docs.make.orig Thu Apr 20 02:25:57 2000
+++ applet-docs.make Fri May 26 16:31:10 2000
@@ -9,7 +9,7 @@
# figs = modemlights-advpref.png modemlights-prefs.png modemlights.png
# include $(top_srcdir)/applet-docs.make
-docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang)
+docdir = $(datadir)/help/$(applet)_applet/$(lang)
doc_DATA = \
index.html \
topic.dat \