diff options
author | anders <anders@FreeBSD.org> | 2002-12-01 23:00:47 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-12-01 23:00:47 +0800 |
commit | 1e5fe0f8d2ae6bc93e9790f1999da9cc07ccfc31 (patch) | |
tree | 11ca7fcb370fb91030b423dd763ed1ddf717cb85 /mail/cclient/files/patch-ab | |
parent | ba7967180f1226812bdd6095efad4acfcc53f520 (diff) | |
download | freebsd-ports-gnome-1e5fe0f8d2ae6bc93e9790f1999da9cc07ccfc31.tar.gz freebsd-ports-gnome-1e5fe0f8d2ae6bc93e9790f1999da9cc07ccfc31.tar.zst freebsd-ports-gnome-1e5fe0f8d2ae6bc93e9790f1999da9cc07ccfc31.zip |
Make port build on -current/sparc64.
PR: 39258
Submitted by: jake
Diffstat (limited to 'mail/cclient/files/patch-ab')
-rw-r--r-- | mail/cclient/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cclient/files/patch-ab b/mail/cclient/files/patch-ab index 9e7f5acb2d19..456725180c95 100644 --- a/mail/cclient/files/patch-ab +++ b/mail/cclient/files/patch-ab @@ -1,5 +1,5 @@ --- src/osdep/unix/Makefile.orig Tue Oct 15 00:45:24 2002 -+++ src/osdep/unix/Makefile Wed Nov 27 01:58:27 2002 ++++ src/osdep/unix/Makefile Sun Dec 1 15:40:42 2002 @@ -22,18 +22,18 @@ EXTRAAUTHENTICATORS= @@ -106,7 +106,7 @@ + ln -s $(SHLIBNAME) lib$(SHLIBBASE).so + +.c.so: osdep.h -+ $(CC) -fpic -DPIC -c $(CFLAGS) ${@:.so=.c} -o $@ ++ $(CC) -fPIC -DPIC -c $(CFLAGS) ${@:.so=.c} -o $@ + .c.o: - `$(CAT) CCTYPE` -c `$(CAT) CFLAGS` $*.c @@ -147,7 +147,7 @@ + @echo ======================================================================== + +osdep.so: $(OSDEPS) -+ $(CC) -fpic -DPIC -c $(CFLAGS) `cat OSCFLAGS` osdep.c -o $@ ++ $(CC) -fPIC -DPIC -c $(CFLAGS) `cat OSCFLAGS` osdep.c -o $@ osdep.c: osdepbas.c osdepckp.c osdeplog.c osdepssl.c $(CAT) osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c |