diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-09 04:11:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-09 04:11:48 +0000 |
commit | 4c6805dd92791e3b17fc27c71fe00afc9350fc41 (patch) | |
tree | 1758bc5276a0bbf0ed735359c19bd1f5eb19df3b /x11/qt1 | |
parent | e2104b8abbd824b77c27997e1b0e9d549be08d52 (diff) | |
download | pkgsrc-4c6805dd92791e3b17fc27c71fe00afc9350fc41.tar.gz |
remove obsolete patch.
Diffstat (limited to 'x11/qt1')
-rw-r--r-- | x11/qt1/patches/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/qt1/patches/patch-ad b/x11/qt1/patches/patch-ad deleted file mode 100644 index dc91592b41d..00000000000 --- a/x11/qt1/patches/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/03/23 21:27:40 dmcmahill Exp $ - ---- Makefile.orig Fri Feb 26 12:02:39 1999 -+++ Makefile Wed Mar 22 13:57:18 2000 -@@ -5,5 +5,5 @@ - - --all: moc src tutorial examples -+all: moc1 src tutorial examples - @echo - @echo "The Qt library is now built in ./lib" -@@ -14,9 +14,9 @@ - @echo - --moc: variables FORCE -+moc1: variables FORCE - cd src/moc; $(MAKE) -- cp src/moc/moc bin/moc -+ cp src/moc/moc bin/moc1 - --src: moc variables FORCE -+src: moc1 variables FORCE - cd $@; $(MAKE) - |