diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-13 15:09:38 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-13 15:09:38 +0000 |
commit | f041fcbfe05d07c818cdbf3b295bdec4e684e22b (patch) | |
tree | 24cd6bbd8bdca44c6e8eb0d1968d22fa1993b125 /security/bjorb/files/patch-aa | |
parent | Update to 3.12 (diff) |
Unbreak on CURRENT.
PR: 46989
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=73051
Diffstat (limited to 'security/bjorb/files/patch-aa')
-rw-r--r-- | security/bjorb/files/patch-aa | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/security/bjorb/files/patch-aa b/security/bjorb/files/patch-aa index 3219c68c2db0..0f8c5eb490f9 100644 --- a/security/bjorb/files/patch-aa +++ b/security/bjorb/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.in.orig Mon Feb 22 05:01:20 1999 -+++ Makefile.in Wed Mar 24 20:52:03 1999 ++++ Makefile.in Sun Jan 12 14:46:10 2003 @@ -29,7 +29,7 @@ LDFLAGS = LIBS = @LIBS@ @@ -9,6 +9,31 @@ exec_prefix = $(PREFIX) sbindir = $(exec_prefix)/sbin etcdir = $(exec_prefix)/etc +@@ -81,7 +81,7 @@ + $(INSTALL_DATA) ../doc/sample/bjorb.conf.sample $(etcdir)/bjorb.conf.sample + + $(TARGET): $(OBJS) +- $(CC) -o $(TARGET) $(ALL_LDFLAGS) $(OBJS) $(ALL_LIBS) ++ $(CXX) -o $(TARGET) $(ALL_LDFLAGS) $(OBJS) $(ALL_LIBS) + + debug:: + $(MAKE) CFLAGS="-g -DDEBUG" +@@ -116,13 +116,13 @@ + $(CC) -c $(ALL_CFLAGS) $< + + .cc.o: Makefile +- $(CC) -c $(ALL_CFLAGS) $< ++ $(CXX) -c $(ALL_CFLAGS) $< + + Makefile: Makefile.in + CONFIG_FILES=./$@ CONFIG_HEADERS= $(SHELL) ./config.status + + cmd.o: cmd.cc cmd-def.h +- $(CC) -c $(ALL_CFLAGS) $< ++ $(CXX) -c $(ALL_CFLAGS) $< + cmd.cc: cmd.list + gperf -aptCT -N in_word_set_cmdlist $? > $@ + bool.cc:bool.list @@ -135,9 +135,13 @@ autoconf |