mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
ranging from mail to calendar, project management support and palm synchronization. This port uses pre-compiled Linux binaries, since building from source takes a lot of effort and there is still a lot of work remaining for a native FreeBSD port to become available. This port should work with either Apache-1.3.x or Apache-2 but requires PostgreSQL-7.2.x (postgresql72) because of compiled-in references to a shared library. PR: ports/54860 Submitted by: Frank Reppin <frank.reppin@boerde.de>
29 lines
934 B
Text
29 lines
934 B
Text
--- opt/skyrix/system/Makefiles/GNUstep.sh.dist Wed Jul 23 20:26:13 2003
|
|
+++ opt/skyrix/system/Makefiles/GNUstep.sh Wed Jul 23 20:27:27 2003
|
|
@@ -27,13 +27,13 @@
|
|
#
|
|
# Set the GNUstep system root and local root
|
|
#
|
|
-GNUSTEP_ROOT=/opt/skyrix/system
|
|
+GNUSTEP_ROOT=/compat/linux/opt/skyrix/system
|
|
|
|
if [ -z "$FORCED_USER_ROOT" ]; then
|
|
FORCED_USER_ROOT=
|
|
fi
|
|
|
|
-GNUSTEP_SYSTEM_ROOT=/opt/skyrix/system
|
|
+GNUSTEP_SYSTEM_ROOT=/compat/linux/opt/skyrix/system
|
|
GNUSTEP_FLATTENED=
|
|
if [ -z "$LIBRARY_COMBO" ]; then
|
|
LIBRARY_COMBO=gnu-fd-nil
|
|
@@ -43,8 +43,8 @@
|
|
GNUSTEP_MAKEFILES=$GNUSTEP_SYSTEM_ROOT/Makefiles
|
|
export GNUSTEP_MAKEFILES
|
|
|
|
-GNUSTEP_LOCAL_ROOT=/opt/skyrix/system
|
|
-GNUSTEP_NETWORK_ROOT=/opt/skyrix/system
|
|
+GNUSTEP_LOCAL_ROOT=/compat/linux/opt/skyrix/system
|
|
+GNUSTEP_NETWORK_ROOT=/compat/linux/opt/skyrix/system
|
|
export GNUSTEP_LOCAL_ROOT GNUSTEP_NETWORK_ROOT
|
|
|
|
# test to see if GNUSTEP_ROOT is in Win32 standard form and flag it
|