summaryrefslogtreecommitdiff
path: root/multimedia/ogle-gui/files/patch-configure.in
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-26 15:40:05 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-26 15:40:05 +0000
commit109111b8b367f11f040cf97b3f02cdf87e65c07e (patch)
tree310409c80e84cadb3f917bf7e01fd7711a52224b /multimedia/ogle-gui/files/patch-configure.in
parentNew port ogle version 0.8.1: Open DVD player that supports DVD (diff)
New port ogle-gui version 0.7.5: An add-on graphical user interface
for Ogle Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>, Håkan Hjort <d95hjort@dtek.chalmers.se> (both are ogle developers) Tested by: chris@choll.freeserve.co.uk, Brooks Davis <brooks@one-eyed-alien.net>, Jason Andresen <jandrese@mitre.org>, MANTANI Nobutaka <nobutaka@nobutaka.com>, Oliver Brandmueller <ob@e-Gitt.NET>, Scott Long <scott_long@btc.adaptec.com>, Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=49222
Diffstat (limited to 'multimedia/ogle-gui/files/patch-configure.in')
-rw-r--r--multimedia/ogle-gui/files/patch-configure.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/ogle-gui/files/patch-configure.in b/multimedia/ogle-gui/files/patch-configure.in
new file mode 100644
index 000000000000..205687967d8d
--- /dev/null
+++ b/multimedia/ogle-gui/files/patch-configure.in
@@ -0,0 +1,25 @@
+--- configure.in.orig Tue Sep 18 22:31:48 2001
++++ configure.in Thu Oct 25 14:19:39 2001
+@@ -19,6 +19,9 @@
+ GNOME_COMPILE_WARNINGS
+ GNOME_X_CHECKS
+
++dnl Checks for header files.
++AC_CHECK_HEADERS(sys/param.h)
++
+ dnl Add the languages which your application supports here.
+ ALL_LINGUAS=""
+ AM_GNU_GETTEXT
+@@ -86,6 +89,12 @@
+ ;;
+ linux*)
+ AC_DEFINE(LINUX, 1, [This is a Linux system])
++ ;;
++ freebsd*)
++ AC_DEFINE(FREEBSD, 1, [This is a FreeBSD system])
++ ;;
++ netbsd*|openbsd*)
++ AC_DEFINE(BSDfamily, 1, [This is a BSD system])
+ ;;
+ *)
+ epa