diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-22 09:55:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-22 09:55:56 +0000 |
commit | 3ad72ebd62924e085a2e70641768315c8b87d247 (patch) | |
tree | 8ff4059914ad3da0ac72661f66a11dfc5f2f504f /emulators/stonx/files/patch-aa | |
parent | Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. (diff) |
- fix build for amd64
Approved by: (implizit by mainatiner)
Notes
Notes:
svn path=/head/; revision=248353
Diffstat (limited to 'emulators/stonx/files/patch-aa')
-rw-r--r-- | emulators/stonx/files/patch-aa | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/emulators/stonx/files/patch-aa b/emulators/stonx/files/patch-aa index b47bbce4138f..fa6320cbf10b 100644 --- a/emulators/stonx/files/patch-aa +++ b/emulators/stonx/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Oct 16 19:24:54 1999 -+++ Makefile.in Sat Oct 16 19:25:26 1999 +--- Makefile.in.orig 1997-05-24 22:49:30.000000000 +0200 ++++ Makefile.in 2010-01-22 10:38:08.000000000 +0100 @@ -28,7 +28,7 @@ #XLIBS=@X_LIBS@ -lvgagl -lvga #SFLAGS=-DUSE_SVGALIB @@ -9,3 +9,16 @@ DEF= @def@ -DINLINE=@inline@ -DSTONXDIR=\"$(STONXDIR)\" # Compiler +@@ -117,10 +117,10 @@ + $(SCC) @static@ -o $@ $(OBJ) $(MOREOBJ) $(XLIBS) @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ @xtra@ + + fnttobdf: fnttobdf.c +- $(CC) -o $@ fnttobdf.c $(XLIBS) @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ ++ $(CC) -o $@ fnttobdf.c $(CFLAGS) $(XLIBS) @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ + + tosfonts: tosfonts.c +- $(CC) -o $@ tosfonts.c $(XLIBS) @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ ++ $(CC) -o $@ tosfonts.c $(CFLAGS) $(XLIBS) @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ + + clean: + rm -f $(OBJ) $(MOREOBJ) stonx mon.out gmon.out fonts-done.stmp |