aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/getbdf/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-30 20:14:00 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-30 20:14:00 +0000
commit0994ac34c05216e443f80eda886948b921d901fb (patch)
tree3bc52cceabf21a979d4c6f41f1beaab5b7832d61 /x11-fonts/getbdf/files
parent25e207891d50ce9322cf88038faa96ba4147570f (diff)
downloadports-0994ac34c05216e443f80eda886948b921d901fb.tar.gz
ports-0994ac34c05216e443f80eda886948b921d901fb.zip
Notes
Diffstat (limited to 'x11-fonts/getbdf/files')
-rw-r--r--x11-fonts/getbdf/files/patch-aa37
-rw-r--r--x11-fonts/getbdf/files/patch-ab19
2 files changed, 56 insertions, 0 deletions
diff --git a/x11-fonts/getbdf/files/patch-aa b/x11-fonts/getbdf/files/patch-aa
new file mode 100644
index 000000000000..f02f0a6b4f56
--- /dev/null
+++ b/x11-fonts/getbdf/files/patch-aa
@@ -0,0 +1,37 @@
+*** Makefile.orig Wed Mar 7 17:23:09 1990
+--- Makefile Sat Aug 31 00:04:49 1996
+***************
+*** 1,22 ****
+ OBJS= getbdf.o Xargs.o open_display.o
+
+! # HP or SUN ?
+! #CFLAGS= -g -DHP
+! CFLAGS= -g
+
+
+ getbdf: $(OBJS)
+! cc $(CFLAGS) $(OBJS) -o getbdf -lX11 -lm
+!
+!
+! getbdf.o: getbdf.c
+! cc -c $(CFLAGS) getbdf.c -I. -I/usr/include/X11
+!
+! Xargs.o: Xargs.c
+! cc -c $(CFLAGS) Xargs.c -I. -I/usr/include/X11
+!
+! open_display.o: open_display.c
+! cc -c $(CFLAGS) open_display.c -I. -I/usr/include/X11
+
+ clean:
+ rm -f $(OBJS) getbdf
+--- 1,10 ----
+ OBJS= getbdf.o Xargs.o open_display.o
+
+! CFLAGS+= -I. -I${X11BASE}/include
+
+
+ getbdf: $(OBJS)
+! cc $(CFLAGS) $(OBJS) -o getbdf -L${X11BASE}/lib -lX11 -lm
+
+ clean:
+ rm -f $(OBJS) getbdf
diff --git a/x11-fonts/getbdf/files/patch-ab b/x11-fonts/getbdf/files/patch-ab
new file mode 100644
index 000000000000..c5db30aa4b48
--- /dev/null
+++ b/x11-fonts/getbdf/files/patch-ab
@@ -0,0 +1,19 @@
+*** getbdf.c.orig Wed Mar 7 17:16:41 1990
+--- getbdf.c Fri Aug 30 23:39:32 1996
+***************
+*** 33,39 ****
+
+ XFontStruct *font;
+
+! #ifdef HP
+ nint(x) double x;
+ {
+ int i;
+--- 33,39 ----
+
+ XFontStruct *font;
+
+! #if defined(HP) || defined(__FreeBSD__)
+ nint(x) double x;
+ {
+ int i;