diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-12 04:56:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-12 04:56:06 +0000 |
commit | d26ccfa60da2be29baf1773f0ffab7efbeba8022 (patch) | |
tree | 78b27f47f08f36923fb4310c484bfe3b2aa6410a /print/mgv/patches | |
parent | 7d860ec6ee1581d5b3e94c11d5db96b2d1db5eb6 (diff) | |
download | pkgsrc-d26ccfa60da2be29baf1773f0ffab7efbeba8022.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'print/mgv/patches')
-rw-r--r-- | print/mgv/patches/patch-ac | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/print/mgv/patches/patch-ac b/print/mgv/patches/patch-ac deleted file mode 100644 index 5650dce2cbb..00000000000 --- a/print/mgv/patches/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/04/14 00:51:17 jtb Exp $ - ---- configure.orig Fri Apr 13 23:50:10 2001 -+++ configure -@@ -1451,7 +1451,7 @@ - - # It would also be nice to do this for all -L options, not just this one. - if test -n "$x_libraries"; then -- X_LIBS="$X_LIBS -L$x_libraries" -+ X_LIBS="$X_LIBS -R$x_libraries -L$x_libraries" - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . - case "`(uname -sr) 2>/dev/null`" in -@@ -1986,7 +1986,7 @@ - - # Check for libraries that X11R6 Xt/Xaw programs need. - ac_save_LDFLAGS="$LDFLAGS" -- test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" -+ test -n "$x_libraries" && LDFLAGS="$LDFLAGS -R$x_libraries -L$x_libraries" - # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to - # check for ICE first), but we must link in the order -lSM -lICE or - # we get undefined symbols. So assume we have SM if we have ICE. -@@ -2220,7 +2220,7 @@ - if test "$motif_libraries" != "" && test "$motif_libraries" != "$x_libraries" && test "$motif_libraries" != "no" - then - case "$X_LIBS" in -- *-R\ *) X_LIBS="-L$motif_libraries -R $motif_libraries $X_LIBS";; -+ *-R\ *) X_LIBS="-L$motif_libraries -R$motif_libraries $X_LIBS";; - *-R*) X_LIBS="-L$motif_libraries -R$motif_libraries $X_LIBS";; - *) X_LIBS="-L$motif_libraries $X_LIBS";; - esac |