summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/pgplot/files/pgplot-ldflags.patch')
-rw-r--r--sci-libs/pgplot/files/pgplot-ldflags.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/pgplot/files/pgplot-ldflags.patch b/sci-libs/pgplot/files/pgplot-ldflags.patch
deleted file mode 100644
index 30e288f8bf14..000000000000
--- a/sci-libs/pgplot/files/pgplot-ldflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/makemake b/makemake
-index 2055125..a5968c7 100755
---- a/makemake
-+++ b/makemake
-@@ -935,13 +935,13 @@ cat >> makefile << \EOD
- # Target "pgxwin_server" is the server program for the XW driver
- #-----------------------------------------------------------------------
- pgxwin_server: $(DRVDIR)/pgxwin_server.c
-- $(CCOMPL) $(CFLAGC) $(XINCL) -o pgxwin_server $(DRVDIR)/pgxwin_server.c $(LIBS)
-+ $(CCOMPL) $(CFLAGC) $(LDFLAGS) $(XINCL) -o pgxwin_server $(DRVDIR)/pgxwin_server.c $(LIBS)
-
- #-----------------------------------------------------------------------
- # Target "pgdisp" is the pgdisp server program for /XDISP driver
- #-----------------------------------------------------------------------
- pgdisp: $(PGDISP_ROUTINES)
-- $(CCOMPL) $(CFLAGC) -o pgdisp $(PGDISP_ROUTINES) $(LIBS)
-+ $(CCOMPL) $(LDFLAGS) $(CFLAGC) -o pgdisp $(PGDISP_ROUTINES) $(LIBS)
-
- #-----------------------------------------------------------------------
- # Target "libxmpgplot.a" contains the Motif widget driver.