diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-01 21:16:35 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-01 21:16:35 +0000 |
commit | 7e2d94ec1a49dc44160fa66021cc7874049715b1 (patch) | |
tree | c384780db248a5a87cda42272a18593d3df7a97b /audio/terminatorx/files/patch-src-Makefile.in | |
parent | Update to 2.3.3 (diff) |
Update to 3.73
Drop Maintainership
Notes
Notes:
svn path=/head/; revision=72113
Diffstat (limited to 'audio/terminatorx/files/patch-src-Makefile.in')
-rw-r--r-- | audio/terminatorx/files/patch-src-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/terminatorx/files/patch-src-Makefile.in b/audio/terminatorx/files/patch-src-Makefile.in deleted file mode 100644 index 695de39ccee9..000000000000 --- a/audio/terminatorx/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Mon May 13 22:08:37 2002 -+++ src/Makefile.in Mon May 13 22:08:50 2002 -@@ -78,7 +78,7 @@ - X_PRE_LIBS = @X_PRE_LIBS@ - x_libraries = @x_libraries@ - --LIBS = @GTK_LIBS@ -lXi -lXxf86dga -lpthread -+LIBS = @GTK_LIBS@ -lXi -lXxf86dga -pthread - - SUBDIRS = gui_icons smallknob - |