diff options
author | tron <tron@pkgsrc.org> | 2000-05-17 18:50:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-17 18:50:35 +0000 |
commit | 1989ac4b83d671b6fd46ffb227226c20abb76729 (patch) | |
tree | a895d2addc5f3114efc0d5e1f8db271fb71856c1 /graphics/urt | |
parent | 73ce836befbd9b02237ec9e1b0d401490f6e9ae0 (diff) | |
download | pkgsrc-1989ac4b83d671b6fd46ffb227226c20abb76729.tar.gz |
Define deprecated symbol "unix".
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/urt/patches/patch-ao | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum index 1cc8226defa..ee5082fb9db 100644 --- a/graphics/urt/files/patch-sum +++ b/graphics/urt/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/04/07 14:40:37 hubertf Exp $ +$NetBSD: patch-sum,v 1.4 2000/05/17 18:50:36 tron Exp $ MD5 (patch-aa) = 815ac9be1eacf174edbbed22e9d55db8 MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63 @@ -14,3 +14,4 @@ MD5 (patch-ak) = 9d6fc1fca189bd30739d3da25ed44cdf MD5 (patch-al) = 1d752bb6028c57455f1b43f8eca769ab MD5 (patch-am) = ffce71bdaac42d46480127f1010f61bf MD5 (patch-an) = 3d267c95fa1f4d3465444113643558d1 +MD5 (patch-ao) = 6b5995080892a6df6c4d30c96146eb23 diff --git a/graphics/urt/patches/patch-ao b/graphics/urt/patches/patch-ao new file mode 100644 index 00000000000..d457c045f72 --- /dev/null +++ b/graphics/urt/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2000/05/17 18:50:35 tron Exp $ + +--- get/getx11/makefile.src.orig Wed Jul 15 22:31:20 1992 ++++ get/getx11/makefile.src Wed May 17 20:48:07 2000 +@@ -16,7 +16,7 @@ + #endif + + # Point to X11 include directory, if it's in a strange place +-DIRFLAGS = $(INCX11) ++DIRFLAGS = $(INCX11) -Dunix + + # -lX11 is X11 support library + DIRLIBS = $(LIBX11) $(LIBEXT) -lm |