summaryrefslogtreecommitdiff
path: root/lang/cli/files/patch-makefile.common.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-04-24 11:17:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-04-24 11:17:57 +0000
commit062cd21bb14c314c0b49b0962c38807d2c8beb2e (patch)
tree0f7dcd71c3f0ea59d2833672087701d1f1df0e93 /lang/cli/files/patch-makefile.common.in
parentFifty-one months after ELF flag day, and after the system compiler became (diff)
Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x fixes. sscli now supports Darwin/ppc, so that it might be possible to port it to FreeBSD/ppc once it is available.
Notes
Notes: svn path=/head/; revision=79580
Diffstat (limited to 'lang/cli/files/patch-makefile.common.in')
-rw-r--r--lang/cli/files/patch-makefile.common.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/cli/files/patch-makefile.common.in b/lang/cli/files/patch-makefile.common.in
index 002f08243d2c..356714350b37 100644
--- a/lang/cli/files/patch-makefile.common.in
+++ b/lang/cli/files/patch-makefile.common.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- makefile.common.in.orig Fri Mar 22 03:48:17 2002
-+++ makefile.common.in Fri Mar 29 00:54:26 2002
-@@ -38,7 +38,7 @@
- CPP = @CPP@
- # The flags should be adjusted based on the compiler, but we
- # only support GCC so this will do for now.
--CFLAGS = -g -O2 -Wall
-+CFLAGS ?= -g -O2 -Wall
+--- makefile.common.in 2003/04/25 08:00:00 1.1
++++ makefile.common.in 2003/04/25 08:00:14
+@@ -45,7 +45,7 @@
+ PAL_LIB_FILE = $(LIB_PREFIX)$(PAL_LIB)$(LIB_SUFFIX)
+ ROTOR_LIBS = -l$(PAL_LIB)
+ LDFLAGS = -L$(TARGETCOMPLUS)
+-GCC_LIB = @GCC_LIB@
++GCC_LIB = %%GCC_LIB%%
+ LINKER_FLAGS = @LINKER_FLAGS@
- # Linker information
- PAL_LIB = rotor_pal
+ # The C runtime static libraries that we need to get an application