diff options
author | wiz <wiz> | 2001-12-26 23:03:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-26 23:03:43 +0000 |
commit | c4708a827144f8587b8113be2cb7cfc8460e9bba (patch) | |
tree | 953d5283c41898a1ba7781e42f1f23bd00326e62 /emulators | |
parent | e782bc15da11425360cd61d4dfff0cf50806944e (diff) | |
download | pkgsrc-c4708a827144f8587b8113be2cb7cfc8460e9bba.tar.gz |
Buildlinkify.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ab | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e759cede886..8673a215849 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/17 18:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/12/26 23:03:43 wiz Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 @@ -12,10 +12,9 @@ COMMENT= Beta Windows (3.1x, 95, NT) emulator ONLY_FOR_PLATFORM= NetBSD-*-i386 -USE_X11BASE= YES -USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-dll +USE_BUILDLINK_ONLY= YES post-install: ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example @@ -26,4 +25,6 @@ post-install: BROKEN= Does not work on ELF systems. .endif +.include "../../graphics/xpm/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index acde067abe6..8ba176e1c44 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:50:00 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/12/26 23:03:43 wiz Exp $ SHA1 (Wine-981211.tar.gz) = 4fddd0fa9e4f51234dea2c005e8e3680009effd0 Size (Wine-981211.tar.gz) = 2712869 bytes SHA1 (patch-aa) = 05ab47dfa7a696b2633c43c1890949f02d163a36 -SHA1 (patch-ab) = 12c59687814e851b899a09efe441fcd09d0a4b94 +SHA1 (patch-ab) = 9743bf2f79391bad0a1aee8b063a710121c4fb19 SHA1 (patch-ac) = a72b120a97c331033a4f7ced55b6beb70dab1c6d SHA1 (patch-ad) = 29ab4c1570e912ec84ea5424de80bc6c8cde1a0a SHA1 (patch-ae) = 22757f141bc5b5872faaf4b8ae92bc4614514d6e diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab index 6ebc076df46..8d5635b7481 100644 --- a/emulators/wine/patches/patch-ab +++ b/emulators/wine/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 1998/12/14 02:17:10 tv Exp $ +$NetBSD: patch-ab,v 1.6 2001/12/26 23:03:44 wiz Exp $ ---- Makefile.in.orig Fri Dec 11 08:26:26 1998 -+++ Makefile.in Sun Dec 13 17:33:34 1998 +--- Makefile.in.orig Fri Dec 11 14:26:26 1998 ++++ Makefile.in @@ -153,7 +153,7 @@ lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy - $(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) -+ $(CC) -o wine $(EMUOBJS) -L. -lwine $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) ++ $(CC) -o wine $(EMUOBJS) -L. -lwine $(ALT_LINK) $(LDFLAGS) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) nm -n wine | grep -v _compiled >wine.sym @echo "Wine build complete." |