diff options
author | tsarna <tsarna> | 2000-11-12 20:39:05 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2000-11-12 20:39:05 +0000 |
commit | 9c8890508e5594a122638935ab5c6a96b3526d2c (patch) | |
tree | fd7e27df935f52540442f15d7f1eb4ab8c22b9f4 /x11 | |
parent | a83288b862b453998a0d112711d99a04533c5c6e (diff) | |
download | pkgsrc-9c8890508e5594a122638935ab5c6a96b3526d2c.tar.gz |
Oops, forgot to nuke patch-ab
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-wxWindows/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/py-wxWindows/patches/patch-ab b/x11/py-wxWindows/patches/patch-ab deleted file mode 100644 index 35acdc9ca87..00000000000 --- a/x11/py-wxWindows/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/07/30 00:19:55 tsarna Exp $ - ---- src/build.cfg.orig Sat Jul 29 19:55:41 2000 -+++ src/build.cfg Sat Jul 29 19:58:05 2000 -@@ -43,13 +43,13 @@ - - OTHERCFLAGS = '`gtk-config --cflags`' - OTHERRULES = """ --HELPERLIBNAME = lib$(HELPERLIB).$(MAJVER)$(SO).$(BLDVER).0.0 -+HELPERLIBNAME = lib$(HELPERLIB)$(SO).$(BLDVER).0.0 - helperlib: $(HELPERLIBNAME) - - $(HELPERLIBNAME) : helpers.o libpy.o - $(LDSHARED) helpers.o libpy.o $(LFLAGS) -o $@ -- ln -s $(HELPERLIBNAME) lib$(HELPERLIB).$(MAJVER)$(SO).$(BLDVER) -- ln -s $(HELPERLIBNAME) lib$(HELPERLIB).$(MAJVER)$(SO) -+ ln -s $(HELPERLIBNAME) lib$(HELPERLIB)$(SO).$(BLDVER).0 -+ ln -s $(HELPERLIBNAME) lib$(HELPERLIB)$(SO).$(BLDVER) - ln -s $(HELPERLIBNAME) lib$(HELPERLIB)$(SO) - - |